aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/platform/windows.py')
-rw-r--r--python/servo/platform/windows.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/platform/windows.py b/python/servo/platform/windows.py
index 028f4a167cc..394dc649493 100644
--- a/python/servo/platform/windows.py
+++ b/python/servo/platform/windows.py
@@ -41,9 +41,6 @@ class Windows(Base):
def executable_suffix(self):
return ".exe"
- def library_path_variable_name(self):
- return "LIB"
-
@classmethod
def download_and_extract_dependency(cls, zip_path: str, full_spec: str):
if not os.path.isfile(zip_path):