summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-19 16:50:03 +0000
committerIan Lynagh <igloo@earth.li>2009-12-19 16:50:03 +0000
commit8a7aa2f511d88a7bc8b6054fce4d69ac7396cd78 (patch)
tree1d4e8e43f1b8e3c8f2a562c65ecc548fa06529fb /testsuite
parentd48cf60320cfc7547d8d611681cd219e834ce686 (diff)
downloadhaskell-8a7aa2f511d88a7bc8b6054fce4d69ac7396cd78.tar.gz
Remove unused clean_o_hi function
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/driver/testlib.py3
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: