summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-23 12:40:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-24 11:29:48 (GMT)
commitd34467cd5843bc2ceb7cbde288c6cb0d8e2188ca (patch)
treecd94393bc0f5c3d7272b21701bd14556df36b3bd /Source/cmLocalGhsMultiGenerator.h
parent9afc9e847893ff49e4085ef55f59d62119b58026 (diff)
downloadCMake-d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca.zip
CMake-d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca.tar.gz
CMake-d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca.tar.bz2
GHS: Remove unused CustomCommandUseLocal.
This was copied from the VS generator. It is not an override of a base class method.
Diffstat (limited to 'Source/cmLocalGhsMultiGenerator.h')
-rw-r--r--Source/cmLocalGhsMultiGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGhsMultiGenerator.h b/Source/cmLocalGhsMultiGenerator.h
index 16b26fd..3157f11 100644
--- a/Source/cmLocalGhsMultiGenerator.h
+++ b/Source/cmLocalGhsMultiGenerator.h
@@ -33,9 +33,6 @@ public:
* Generate the makefile for this directory.
*/
virtual void Generate();
-
-protected:
- virtual bool CustomCommandUseLocal() const { return true; }
};
#endif