summaryrefslogtreecommitdiffstats
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-12-25 22:27:48 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-02-13 19:48:29 (GMT)
commit5396bc92d0162fa9a9462e15ccaae8764da8ff98 (patch)
tree7b6ab8f2a0b7a9cbd57cb57d3ba168dd6cfb91b1 /Source/cmCommand.h
parent38bfe65eba21c697d05e8bed79635fc125cdac17 (diff)
downloadCMake-5396bc92d0162fa9a9462e15ccaae8764da8ff98.zip
CMake-5396bc92d0162fa9a9462e15ccaae8764da8ff98.tar.gz
CMake-5396bc92d0162fa9a9462e15ccaae8764da8ff98.tar.bz2
cmCommand: remove member Helper
The Helper member is used in a single derived class only. Remove it from the base class to the only place where it is used.
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r--Source/cmCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h
index d9fd5a2..ff30638 100644
--- a/Source/cmCommand.h
+++ b/Source/cmCommand.h
@@ -7,7 +7,6 @@
#include <string>
#include <vector>
-#include "cmCommandArgumentsHelper.h"
#include "cmPolicies.h"
class cmExecutionStatus;
@@ -110,7 +109,6 @@ public:
protected:
cmMakefile* Makefile;
- cmCommandArgumentsHelper Helper;
private:
std::string Error;