From 98416e7f755dc9d660349556400363e734ac7828 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 17 Sep 2020 13:33:27 -0700 Subject: compilers: put name_string method in base compiler Every language had the exact same implementation --- mesonbuild/compilers/cs.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'mesonbuild/compilers/cs.py') diff --git a/mesonbuild/compilers/cs.py b/mesonbuild/compilers/cs.py index 843348e..cc5d6ad 100644 --- a/mesonbuild/compilers/cs.py +++ b/mesonbuild/compilers/cs.py @@ -95,9 +95,6 @@ class CsCompiler(BasicLinkerIsCompilerMixin, Compiler): return parameter_list - def name_string(self): - return ' '.join(self.exelist) - def get_pch_use_args(self, pch_dir, header): return [] -- cgit v1.1