Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8a7aa2f5
Commit
8a7aa2f5
authored
Dec 19, 2009
by
Ian Lynagh
Browse files
Remove unused clean_o_hi function
parent
d48cf603
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
8a7aa2f5
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment