From 3c19492ef64261ca4ce3b86ed9508d7708576bdc Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 17 Aug 2000 02:28:12 +0000 Subject: [PATCH] Removed compiler warning. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@665 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/common.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/common.swg b/Lib/common.swg index 5cf6c8266..cc72b4fc6 100644 --- a/Lib/common.swg +++ b/Lib/common.swg @@ -100,7 +100,7 @@ SWIG_TypeRegister(_swig_type_info *ti) SWIGSTATICRUNTIME(_swig_type_info *) SWIG_TypeCheck(char *c, _swig_type_info *ty) { - _swig_type_info *s, *temp2; + _swig_type_info *s; if (!ty) return 0; /* Void pointer */ s = ty->next; /* First element always just a name */ while (s) {