From aafe2821889333ee647c67e0fc55472d7903c02a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 1 Apr 2015 19:48:09 +0200 Subject: 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). --- Source/cmMakefile.cxx | 1 - Source/cmMakefile.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index bf33e70..6303ffe 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -113,7 +113,6 @@ cmMakefile::cmMakefile(const cmMakefile& mf): Internal(new Internals) this->Internal->VarInitStack.push(mf.Internal->VarInitStack.top()); this->Internal->VarUsageStack.push(mf.Internal->VarUsageStack.top()); - this->Prefix = mf.Prefix; this->cmStartDirectory = mf.cmStartDirectory; this->StartOutputDirectory = mf.StartOutputDirectory; this->cmHomeDirectory = mf.cmHomeDirectory; 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; -- cgit v0.12