aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/platform/base.py')
-rw-r--r--python/servo/platform/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/platform/base.py b/python/servo/platform/base.py
index e8a62400bd9..56b527131de 100644
--- a/python/servo/platform/base.py
+++ b/python/servo/platform/base.py
@@ -66,9 +66,6 @@ class Base:
def library_path_variable_name(self):
raise NotImplementedError("Do not know how to set library path for platform.")
- def linker_flag(self) -> str:
- return ""
-
def executable_suffix(self) -> str:
return ""