diff options
-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 |