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:
parent
a6390f2d45
commit
c4cc62ed46
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue