aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/d.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/compilers/d.py')
-rw-r--r--mesonbuild/compilers/d.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mesonbuild/compilers/d.py b/mesonbuild/compilers/d.py
index 2be19f7..5f5f7d4 100644
--- a/mesonbuild/compilers/d.py
+++ b/mesonbuild/compilers/d.py
@@ -111,9 +111,6 @@ class DmdLikeCompilerMixin:
def get_compile_only_args(self):
return ['-c']
- def depfile_for_object(self, objfile):
- return objfile + '.' + self.get_depfile_suffix()
-
def get_depfile_suffix(self):
return 'deps'
@@ -469,9 +466,6 @@ class DCompiler(Compiler):
def needs_static_linker(self):
return True
- def depfile_for_object(self, objfile):
- return objfile + '.' + self.get_depfile_suffix()
-
def get_depfile_suffix(self):
return 'deps'