Skip to content

Commit

Permalink
Removed some dead code. Closes #1949.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jun 30, 2017
1 parent c0ab6e9 commit a946f6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mesontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ def run_special(self):
'Tests run by the user, usually something like "under gdb 1000 times".'
if self.is_run:
raise RuntimeError('Can not use run_special after a full run.')
if os.path.isfile('build.ninja'):
subprocess.check_call([environment.detect_ninja(), 'all'])
tests = self.get_tests()
if not tests:
return 0
Expand Down

0 comments on commit a946f6b

Please sign in to comment.