diff --git a/environment.py b/environment.py index 1127af994..0eb0dfec6 100755 --- a/environment.py +++ b/environment.py @@ -33,9 +33,6 @@ def detect_c_compiler(execmd): class CCompiler(): def __init__(self, exelist): self.exelist = exelist - - def get_std_warn_flags(self): - return [] class GnuCCompiler(CCompiler): std_warn_flags = ['-Wall']