diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-23 14:40:54 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-24 13:29:48 +0200 |
commit | d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca (patch) | |
tree | cd94393bc0f5c3d7272b21701bd14556df36b3bd /Source/cmLocalGhsMultiGenerator.h | |
parent | 9afc9e847893ff49e4085ef55f59d62119b58026 (diff) | |
download | cmake-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.h | 3 |
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 |