diff options
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r-- | mesonbuild/environment.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 045be82..fc837d6 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -652,10 +652,6 @@ class Environment: def get_scratch_dir(self): return self.scratch_dir - def get_depfixer(self): - path = os.path.dirname(__file__) - return os.path.join(path, 'depfixer.py') - def detect_objc_compiler(self, want_cross): popen_exceptions = {} compilers, ccache, is_cross, exe_wrap = self._get_compilers('objc', 'OBJC', want_cross) |