summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-01 17:48:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-01 18:32:48 (GMT)
commitaafe2821889333ee647c67e0fc55472d7903c02a (patch)
treec6d1f65f4a9098dde19ee22b591a09ce3262dd21 /Source/cmMakefile.cxx
parent1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64 (diff)
downloadCMake-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.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 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;