From 821a711b6ff59fd1fa0c0cbaa43178cee1718078 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 9 Jun 2015 22:23:56 +0200 Subject: [PATCH] project(): Remove unused variable. --- Source/cmProjectCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx index 176cb0d71..90bc1115e 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())