summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-04 17:43:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-06 07:15:56 (GMT)
commit4d8b79ad7e132ff876d131526a03a21c4f424f33 (patch)
tree395cb9b56a0bb4499d0862799d5321bfe5a38002 /Source/cmComputeLinkInformation.h
parent8680520feab8421f79c9762f1d3b6b92384c0b1e (diff)
downloadCMake-4d8b79ad7e132ff876d131526a03a21c4f424f33.zip
CMake-4d8b79ad7e132ff876d131526a03a21c4f424f33.tar.gz
CMake-4d8b79ad7e132ff876d131526a03a21c4f424f33.tar.bz2
cmComputeLinkInformation: Port to cmOutputConverter.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index 8847141..56a5c82 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -18,7 +18,6 @@
class cmake;
class cmGlobalGenerator;
-class cmLocalGenerator;
class cmMakefile;
class cmTarget;
class cmOrderDirectories;
@@ -75,7 +74,6 @@ private:
// Context information.
cmTarget const* Target;
cmMakefile* Makefile;
- cmLocalGenerator* LocalGenerator;
cmGlobalGenerator* GlobalGenerator;
cmake* CMakeInstance;