summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommandGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-04 17:47:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-06 07:15:57 (GMT)
commit2f1bd62b2308c234b5c4bc749afa27c7b616bdf1 (patch)
treec6bd5e5d70d4f22566602b2640e7f6b46eda5085 /Source/cmCustomCommandGenerator.h
parent0f2a132437d7a553e20cc0427279c212b428e55d (diff)
downloadCMake-2f1bd62b2308c234b5c4bc749afa27c7b616bdf1.zip
CMake-2f1bd62b2308c234b5c4bc749afa27c7b616bdf1.tar.gz
CMake-2f1bd62b2308c234b5c4bc749afa27c7b616bdf1.tar.bz2
cmCustomCommandGenerator: Port to cmOutputConverter.
Diffstat (limited to 'Source/cmCustomCommandGenerator.h')
-rw-r--r--Source/cmCustomCommandGenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCustomCommandGenerator.h b/Source/cmCustomCommandGenerator.h
index b4ae014..7ad95d1 100644
--- a/Source/cmCustomCommandGenerator.h
+++ b/Source/cmCustomCommandGenerator.h
@@ -16,7 +16,6 @@
class cmCustomCommand;
class cmMakefile;
-class cmLocalGenerator;
class cmGeneratorExpression;
class cmCustomCommandGenerator
@@ -24,7 +23,6 @@ class cmCustomCommandGenerator
cmCustomCommand const& CC;
std::string Config;
cmMakefile* Makefile;
- cmLocalGenerator* LG;
bool OldStyle;
bool MakeVars;
cmGeneratorExpression* GE;