diff options
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r-- | testsuite/driver/testglobals.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 34767f496b..4b6754fa40 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -59,9 +59,6 @@ class TestConfig: self.list_broken = False - # Compiler type (ghc, hugs, nhc, etc.) - self.compiler_type = '' - # Path to the compiler self.compiler = '' # and ghc-pkg |