diff options
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r-- | Source/cmCPluginAPI.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index 7116f4d..4b51ebe 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -295,7 +295,6 @@ void cmExecuteCommand(void *arg, const char *name, int numArgs, const char **args) { cmMakefile *mf = static_cast<cmMakefile *>(arg); - std::vector<std::string> args2; cmListFileFunction lff; lff.m_Name = name; for(int i = 0; i < numArgs; ++i) |