diff options
-rwxr-xr-x | environment.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/environment.py b/environment.py index 1127af9..0eb0dfe 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'] |