remove unused label

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7788 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-03 14:59:56 +00:00
commit 45439174b4

View file

@ -566,7 +566,6 @@ SWIG_Python_ConvertPtr(PyObject *obj, void **ptr, swig_type_info *ty, int flags)
desc = (const char *) to->name;
if (newref) { newref = 0; Py_DECREF(obj); }
type_check:
if (ty) {
if (to == ty) {
/* no type cast needed */