summaryrefslogtreecommitdiff
path: root/Source/cmLocalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-23 14:40:54 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-24 13:29:48 +0200
commitd34467cd5843bc2ceb7cbde288c6cb0d8e2188ca (patch)
treecd94393bc0f5c3d7272b21701bd14556df36b3bd /Source/cmLocalGhsMultiGenerator.h
parent9afc9e847893ff49e4085ef55f59d62119b58026 (diff)
downloadcmake-d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca.tar.gz
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 16b26fd411..3157f11fd6 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