summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-27 13:31:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-27 13:31:16 (GMT)
commitd74abbea895d032e5b4efa43854ad57417b8ab40 (patch)
tree55f95e8001b1ff683397ffe1fc70754e772f32d8 /Source/cmMakefile.h
parent91a159245fc5978c20245b60360e55e204f468a4 (diff)
parentbbb507aebcb3559ae6e7d34ef02443e2d6ec3869 (diff)
downloadCMake-d74abbea895d032e5b4efa43854ad57417b8ab40.zip
CMake-d74abbea895d032e5b4efa43854ad57417b8ab40.tar.gz
CMake-d74abbea895d032e5b4efa43854ad57417b8ab40.tar.bz2
Merge topic 'refactor-cmMakefile-properties'
bbb507ae cmMakefile: Move the InitializeFromParent method 6ed9c7e0 cmState: Host buildsystem properties for directories. 8f0a5d84 cmState: Fix compilation on IBM XL compiler 9644a2d1 cmAlgorithms: Add cmMakeReverseIterator. 1e77de74 cmMakefile: Don't clear buildsystem properties. c1bf1a59 CompileDefinitions: Add unit test for setting empty content.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 27911a9..c335a33 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -846,13 +846,6 @@ protected:
std::vector<std::string> HeaderFileExtensions;
std::string DefineFlags;
- std::vector<std::string> IncludeDirectoriesEntries;
- std::vector<cmListFileBacktrace> IncludeDirectoriesEntryBacktraces;
- std::vector<std::string> CompileOptionsEntries;
- std::vector<cmListFileBacktrace> CompileOptionsEntryBacktraces;
- std::vector<std::string> CompileDefinitionsEntries;
- std::vector<cmListFileBacktrace> CompileDefinitionsEntryBacktraces;
-
// Track the value of the computed DEFINITIONS property.
void AddDefineFlag(const char*, std::string&);
void RemoveDefineFlag(const char*, std::string::size_type, std::string&);