diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-12-13 14:27:31 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-12-13 14:27:31 (GMT) |
commit | ad8504701e1316f269eb62882f81bcbd7f50a71d (patch) | |
tree | 51b9bb6b992ea33d130710eec824d9a74133ced1 /Source/cmCPluginAPI.cxx | |
parent | 08f1d2f9e19e0900fe47e6cee792b0c6e87fee8e (diff) | |
download | CMake-ad8504701e1316f269eb62882f81bcbd7f50a71d.zip CMake-ad8504701e1316f269eb62882f81bcbd7f50a71d.tar.gz CMake-ad8504701e1316f269eb62882f81bcbd7f50a71d.tar.bz2 |
fixed warnings
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) |