summaryrefslogtreecommitdiff
path: root/Modules/CMakeCXXCompilerABI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeCXXCompilerABI.cpp')
-rw-r--r--Modules/CMakeCXXCompilerABI.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/CMakeCXXCompilerABI.cpp b/Modules/CMakeCXXCompilerABI.cpp
index c9b0440b8..2dee883fd 100644
--- a/Modules/CMakeCXXCompilerABI.cpp
+++ b/Modules/CMakeCXXCompilerABI.cpp
@@ -1,13 +1,9 @@
#ifndef __cplusplus
-# error "A C compiler has been selected for C++."
+#error "A C compiler has been selected for C++."
#endif
-/*--------------------------------------------------------------------------*/
-
#include "CMakeCompilerABI.h"
-/*--------------------------------------------------------------------------*/
-
int main(int argc, char* argv[])
{
int require = 0;