diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-01 17:48:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-01 18:32:48 (GMT) |
commit | aafe2821889333ee647c67e0fc55472d7903c02a (patch) | |
tree | c6d1f65f4a9098dde19ee22b591a09ce3262dd21 /Source/cmMakefile.h | |
parent | 1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64 (diff) | |
download | CMake-aafe2821889333ee647c67e0fc55472d7903c02a.zip CMake-aafe2821889333ee647c67e0fc55472d7903c02a.tar.gz CMake-aafe2821889333ee647c67e0fc55472d7903c02a.tar.bz2 |
cmMakefile: Remove unused Prefix member.
Unused since it was added in commit 1f42f521 (NEW: move from tools
and config to create CMake, 2000-08-29).
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 864f8b0..321caea 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -961,8 +961,6 @@ protected: // Check for a an unused variable void CheckForUnused(const char* reason, const std::string& name) const; - std::string Prefix; - std::string cmStartDirectory; std::string StartOutputDirectory; std::string cmHomeDirectory; |