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 eb72e5e202..732b71b1ad 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -309,9 +309,6 @@ class TestRun: global t t = TestRun() -def getTestRun() -> TestRun: - return t - # ----------------------------------------------------------------------------- # Information about the current test |