diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-04-29 21:00:40 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-05-05 21:58:08 +0300 |
commit | 541f2ce535b88ee5c658aa4054aa3eb3fcf42342 (patch) | |
tree | 2b5d2208561b3d1b60725ddd9fea937135e6e2f6 /mesonbuild/compilers/__init__.py | |
parent | a0cf7ad3d8fbafacb7146488d8e56c301646aa92 (diff) | |
download | meson-revert5323.tar.gz |
Revert "Merge pull request #5323 from scivision/pgiflang"revert5323
This reverts commit 9cd89f55fca0933dd2897ac7470c5827d939e0ac, reversing
changes made to 60969d99d33001317c569a9b37d3b9efae08d387.
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
-rw-r--r-- | mesonbuild/compilers/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
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, |