From da5f07cf39b6ab9b67676f843e16a0e6caeb69a4 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 29 Apr 2019 10:36:02 -0700 Subject: Revert "detect Intel ICL on windows" This reverts commit 3a75bb5259abbcae820b47f5f4633c564411893b. --- mesonbuild/compilers/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mesonbuild/compilers/__init__.py') diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 4cb7ebfe8..5de0e5976 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -69,8 +69,6 @@ __all__ = [ 'IntelCCompiler', 'IntelCPPCompiler', 'IntelFortranCompiler', - 'IntelClCCompiler', - 'IntelClCPPCompiler', 'JavaCompiler', 'LLVMDCompiler', 'MonoCompiler', @@ -132,7 +130,6 @@ from .c import ( GnuCCompiler, ElbrusCCompiler, IntelCCompiler, - IntelClCCompiler, PGICCompiler, CcrxCCompiler, VisualStudioCCompiler, @@ -146,7 +143,6 @@ from .cpp import ( GnuCPPCompiler, ElbrusCPPCompiler, IntelCPPCompiler, - IntelClCPPCompiler, PGICPPCompiler, CcrxCPPCompiler, VisualStudioCPPCompiler, -- cgit v1.2.3