remove useless condition

not is_subproject() is the same check as self.subproject == ''
pull/10278/head
Eli Schwartz 3 years ago
parent bb171c2dff
commit eb2551c90e
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      mesonbuild/interpreter/interpreter.py

@ -2725,7 +2725,6 @@ external dependencies (including libraries) must go to "dependencies".''')
FeatureDeprecated.report(self.subproject)
if not self.is_subproject():
self.print_extra_warnings()
if self.subproject == '':
self._print_summary()
def print_extra_warnings(self) -> None:

Loading…
Cancel
Save