summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/fixtures/interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/testing/fixtures/interface.py')
-rw-r--r--buildscripts/resmokelib/testing/fixtures/interface.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokelib/testing/fixtures/interface.py b/buildscripts/resmokelib/testing/fixtures/interface.py
index 86def51322a..8f11a9976a4 100644
--- a/buildscripts/resmokelib/testing/fixtures/interface.py
+++ b/buildscripts/resmokelib/testing/fixtures/interface.py
@@ -76,10 +76,6 @@ class Fixture(object, metaclass=registry.make_registry_metaclass(_FIXTURES)): #
# is defined for all subclasses of Fixture.
REGISTERED_NAME = "Fixture"
- _LAST_LTS_FCV = multiversion.LAST_LTS_FCV
- _LATEST_FCV = multiversion.LATEST_FCV
- _LAST_LTS_BIN_VERSION = multiversion.LAST_LTS_BIN_VERSION
-
AWAIT_READY_TIMEOUT_SECS = 300
def __init__(self, logger, job_num, fixturelib, dbpath_prefix=None):