aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/platform/linux.py')
-rw-r--r--python/servo/platform/linux.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py
index b49e9018358..d6000badcd9 100644
--- a/python/servo/platform/linux.py
+++ b/python/servo/platform/linux.py
@@ -82,9 +82,6 @@ class Linux(Base):
self.is_linux = True
(self.distro, self.version) = Linux.get_distro_and_version()
- def library_path_variable_name(self):
- return "LD_LIBRARY_PATH"
-
@staticmethod
def get_distro_and_version() -> Tuple[str, str]:
distrib = distro.name()