From 32db59e9a113c3af1ef23d27bbafe8c5739e1f33 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 4 Jun 2001 16:45:34 -0400 Subject: [PATCH] unused variable --- Source/cmVTKWrapPythonCommand.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmVTKWrapPythonCommand.cxx b/Source/cmVTKWrapPythonCommand.cxx index 48c05ea93..5cf3ec2e4 100644 --- a/Source/cmVTKWrapPythonCommand.cxx +++ b/Source/cmVTKWrapPythonCommand.cxx @@ -135,9 +135,6 @@ void cmVTKWrapPythonCommand::FinalPass() bool cmVTKWrapPythonCommand::CreateInitFile(std::string& res) { - unsigned int i; - - std::vector classes; int lastClass = m_WrapHeaders.size(); int classNum;