Skip to content

Commit

Permalink
Testsuite: delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomie committed Sep 2, 2015
1 parent c43c8e2 commit bd16e0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testsuite/driver/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,11 +1407,8 @@ def interpreter_run( name, way, extra_hc_opts, compile_only, top_mod ):
stdin_file = qualify(name, 'stdin')

if os.path.exists(stdin_file):
stdin = open(stdin_file, 'r')
os.system('cat ' + stdin_file + ' >>' + qscriptname)

script.close()

flags = ' '.join(get_compiler_flags(override_flags=None, noforce=False) +
config.way_flags(name)[way])

Expand Down

0 comments on commit bd16e0b

Please sign in to comment.