From 22ed3ee3740d6ecfb5badd3e22bd1fb1e78abd1e Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 22 Jan 2006 00:02:20 +0000 Subject: [PATCH] solve unused var warning git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8508 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/typemaps/swigtype.swg | 1 - 1 file changed, 1 deletion(-) 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);