From d335a84b9e91bb03bb99a296a5ecf084b325e6ce Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 3 Aug 2017 01:34:15 +0300 Subject: A few more lgtm fixes. --- mesonbuild/compilers/cpp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild/compilers') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index a8fc8a3..a933f0e 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -175,7 +175,6 @@ class IntelCPPCompiler(IntelCompiler, CPPCompiler): class VisualStudioCPPCompiler(VisualStudioCCompiler, CPPCompiler): def __init__(self, exelist, version, is_cross, exe_wrap, is_64): self.language = 'cpp' - CPPCompiler.__init__(self, exelist, version, is_cross, exe_wrap) VisualStudioCCompiler.__init__(self, exelist, version, is_cross, exe_wrap, is_64) self.base_options = ['b_pch'] # FIXME add lto, pgo and the like -- cgit v1.1