From 9d0ad66c29fccd2ff72c2b40da02cdb2b03ccba6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 11 Jun 2020 12:06:29 -0700 Subject: compilers: Split CompilerArgs into a separate module I've also moved this out of the compilers pacakge because we're soon going to need it in linkers, and that creates some serious spagetti --- 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 af7e5193e..fd47545d1 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -48,7 +48,6 @@ __all__ = [ 'ClangObjCPPCompiler', 'ClangClCCompiler', 'ClangClCPPCompiler', - 'CompilerArgs', 'CPPCompiler', 'DCompiler', 'DmdDCompiler', @@ -123,7 +122,6 @@ from .compilers import ( is_known_suffix, lang_suffixes, sort_clink, - CompilerArgs, ) from .c import ( CCompiler, -- cgit v1.2.3