summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-05 18:48:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-01-08 21:10:14 (GMT)
commit26fb50114f37366c5c72ec76a1c09bfb2f94d19c (patch)
tree57784a87f5d6203021b0da3f1fa42d74b99831f8 /Source/CTest/cmCTestUpdateHandler.h
parent7ecbade8877522d9d565bcb2216f71426873f564 (diff)
downloadCMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.zip
CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.gz
CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.bz2
Drop SGI as a CMake host compiler.
It has not been tested since commit v3.1.0-rc1~584^2 (Utilities/Release: Drop IRIX binary generation on ferrari, 2014-04-30).
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.h b/Source/CTest/cmCTestUpdateHandler.h
index 954c024..d2423c0 100644
--- a/Source/CTest/cmCTestUpdateHandler.h
+++ b/Source/CTest/cmCTestUpdateHandler.h
@@ -17,10 +17,6 @@
#include "cmCTestGenericHandler.h"
#include "cmListFileCache.h"
-#if defined(__sgi) && !defined(__GNUC__)
-# pragma set woff 1375 /* base class destructor not virtual */
-#endif
-
/** \class cmCTestUpdateHandler
* \brief A class that handles ctest -S invocations
*
@@ -70,8 +66,4 @@ private:
bool SelectVCS();
};
-#if defined(__sgi) && !defined(__GNUC__)
-# pragma reset woff 1375 /* base class destructor not virtual */
-#endif
-
#endif