summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceGroupCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-26 07:17:11 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-26 07:17:11 (GMT)
commitf55dd81190ba172da1498677513d261715b5b647 (patch)
tree10b5ecc2f798e1d5595640beba0f4adab16ca336 /Source/cmSourceGroupCommand.cxx
parent1410eef27a2634ec1d2a0c57a66fd783133cfbf8 (diff)
downloadCMake-f55dd81190ba172da1498677513d261715b5b647.zip
CMake-f55dd81190ba172da1498677513d261715b5b647.tar.gz
CMake-f55dd81190ba172da1498677513d261715b5b647.tar.bz2
COMP: parent is not used anymore with this patch, since now the name is
given as a vector of components Alex
Diffstat (limited to 'Source/cmSourceGroupCommand.cxx')
-rw-r--r--Source/cmSourceGroupCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSourceGroupCommand.cxx b/Source/cmSourceGroupCommand.cxx
index 145b7ed..97385c9 100644
--- a/Source/cmSourceGroupCommand.cxx
+++ b/Source/cmSourceGroupCommand.cxx
@@ -64,8 +64,7 @@ bool cmSourceGroupCommand::InitialPass(std::vector<std::string> const& args)
std::vector<std::string> folders = tokenize(args[0], delimiter);
- const char *parent = NULL;
- cmSourceGroup* sg = NULL;
+ cmSourceGroup* sg = 0;
sg = this->Makefile->GetSourceGroup(folders);
if(!sg)
{