summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-09 20:23:56 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-09 21:42:13 (GMT)
commit821a711b6ff59fd1fa0c0cbaa43178cee1718078 (patch)
tree5d2c15da83173d552b5da2deecc081743339e818 /Source/cmProjectCommand.cxx
parent1c65ce52454db3cd7d9aff47e30456a50825de44 (diff)
downloadCMake-821a711b6ff59fd1fa0c0cbaa43178cee1718078.zip
CMake-821a711b6ff59fd1fa0c0cbaa43178cee1718078.tar.gz
CMake-821a711b6ff59fd1fa0c0cbaa43178cee1718078.tar.bz2
project(): Remove unused variable.
Diffstat (limited to 'Source/cmProjectCommand.cxx')
-rw-r--r--Source/cmProjectCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx
index 176cb0d..90bc111 100644
--- a/Source/cmProjectCommand.cxx
+++ b/Source/cmProjectCommand.cxx
@@ -233,7 +233,6 @@ bool cmProjectCommand
const char* include = this->Makefile->GetDefinition(extraInclude);
if(include)
{
- std::string fullFilePath;
bool readit =
this->Makefile->ReadDependentFile(include);
if(!readit && !cmSystemTools::GetFatalErrorOccured())