Removed some unused variable warnings.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4350 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-02-19 16:33:16 +00:00
commit c4cc62ed46

View file

@ -333,7 +333,6 @@ namespace std {
%typecheck(SWIG_TYPECHECK_VECTOR) vector<T> {
Tcl_Obj **listobjv;
int nitems;
int i;
T temp;
std::vector<T> *v;
@ -361,7 +360,6 @@ namespace std {
const vector<T>*{
Tcl_Obj **listobjv;
int nitems;
int i;
T temp;
std::vector<T> *v;