From c8a6a44850485b61eca520f0153f5532f871db5e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 13 May 2019 14:39:21 -0700 Subject: compilers: pull sanitzier args into compiler classes This simplifies and cleans things up. --- mesonbuild/compilers/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mesonbuild/compilers/__init__.py') diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 37e0ad1bf..6d9e8148f 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -33,7 +33,6 @@ __all__ = [ 'is_object', 'is_source', 'lang_suffixes', - 'sanitizer_compile_args', 'sort_clink', 'ArmCCompiler', @@ -116,7 +115,6 @@ from .compilers import ( is_object, is_library, lang_suffixes, - sanitizer_compile_args, sort_clink, CompilerArgs, ) -- cgit v1.2.3