summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 03:21:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-18 18:06:20 (GMT)
commit2047144f490113905004cc9d5b548e25312fac04 (patch)
treeab92115ac5e7aeb5f640f229972338b920e9aaf6 /Source/cmLocalUnixMakefileGenerator3.cxx
parent333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (diff)
downloadCMake-2047144f490113905004cc9d5b548e25312fac04.zip
CMake-2047144f490113905004cc9d5b548e25312fac04.tar.gz
CMake-2047144f490113905004cc9d5b548e25312fac04.tar.bz2
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 1ba6656..ebf3d45 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -84,7 +84,6 @@ cmLocalUnixMakefileGenerator3(cmGlobalGenerator* gg, cmLocalGenerator* parent)
: cmLocalGenerator(gg, parent)
{
this->MakefileVariableSize = 0;
- this->IgnoreLibPrefix = false;
this->ColorMakefile = false;
this->SkipPreprocessedSourceRules = false;
this->SkipAssemblySourceRules = false;