diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-19 16:50:03 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-19 16:50:03 +0000 |
commit | 8a7aa2f511d88a7bc8b6054fce4d69ac7396cd78 (patch) | |
tree | 1d4e8e43f1b8e3c8f2a562c65ecc548fa06529fb /testsuite | |
parent | d48cf60320cfc7547d8d611681cd219e834ce686 (diff) | |
download | haskell-8a7aa2f511d88a7bc8b6054fce4d69ac7396cd78.tar.gz |
Remove unused clean_o_hi function
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/driver/testlib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index 64f9f4b027..9a3eb1fdc2 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -531,9 +531,6 @@ def test_common_work (name, opts, func, args): def clean(names): clean_full_paths(map (lambda name: in_testdir(name), names)) -def clean_o_hi(): - clean_full_paths(glob.glob(in_testdir('*.o')) + glob.glob(in_testdir('*.hi'))) - def clean_full_paths(names): if getTestOpts().cleanup != '': for name in names: |