aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index fe3eeb3..5bc28ba 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -888,10 +888,6 @@ class Environment:
def dump_coredata(self) -> str:
return coredata.save(self.coredata, self.get_build_dir())
- def get_script_dir(self) -> str:
- import mesonbuild.scripts
- return os.path.dirname(mesonbuild.scripts.__file__)
-
def get_log_dir(self) -> str:
return self.log_dir