diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-28 05:50:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-28 05:57:21 (GMT) |
commit | 46f6a5f458d7d9ef074820d3e90960af2793bd33 (patch) | |
tree | c95187cef9179a3f105e8d0acb5a9fb59ecfc5e8 /Source/cmMakefile.h | |
parent | 3a041c59495df26c2b7b0ee58069d27a03bd18ff (diff) | |
download | CMake-46f6a5f458d7d9ef074820d3e90960af2793bd33.zip CMake-46f6a5f458d7d9ef074820d3e90960af2793bd33.tar.gz CMake-46f6a5f458d7d9ef074820d3e90960af2793bd33.tar.bz2 |
cmState: Store the Current directories.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 447dadc..8968e81 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -858,8 +858,6 @@ protected: // Check for a an unused variable void CheckForUnused(const char* reason, const std::string& name) const; - std::string cmStartDirectory; - std::string StartOutputDirectory; std::string cmCurrentListFile; std::string ProjectName; // project name |