diff --git a/Lib/typemaps/swigtype.swg b/Lib/typemaps/swigtype.swg index e8ec97949..ec3b36e31 100644 --- a/Lib/typemaps/swigtype.swg +++ b/Lib/typemaps/swigtype.swg @@ -86,7 +86,6 @@ #else %typemap(in) SWIGTYPE { void *argp; - $<ype temp; int res = SWIG_ConvertPtr($input, &argp, $&descriptor, %convertptr_flags); if (!SWIG_IsOK(res)) { %argument_fail(res, "$type", $symname, $argnum);