diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 23:07:36 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 23:07:36 +0000 |
commit | a513cdf7cbb032df02686181c9d40f7b3631f2a0 (patch) | |
tree | 3d3fa5dfb936fb841034a532e748c58c327dfc4f | |
parent | 43d4588f6d07ff0b95f7c181f7df6a45453be791 (diff) | |
download | haskell-a513cdf7cbb032df02686181c9d40f7b3631f2a0.tar.gz |
Remove compose
-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 355392656a..66987a1f59 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -483,9 +483,6 @@ def executeSetups(fs, name, opts): # fs is a single function, so just apply it fs(name, opts) -def compose( f, g ): - return [f, g] - # ----------------------------------------------------------------------------- # The current directory of tests |