From 7a12c911bf5478b0a762432985535a6a823b13ab Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 10 Oct 2021 23:52:27 -0400 Subject: Remove duplicated CEXE_MAPPING table --- mesonbuild/compilers/compilers.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mesonbuild/compilers/compilers.py') diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index a994fdb..4868ded 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -107,11 +107,6 @@ CFLAGS_MAPPING: T.Mapping[str, str] = { 'cython': 'CYTHONFLAGS', } -CEXE_MAPPING: T.Mapping = { - 'c': 'CC', - 'cpp': 'CXX', -} - # All these are only for C-linkable languages; see `clink_langs` above. def sort_clink(lang: str) -> int: -- cgit v1.1