remove dead code

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10053 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-26 10:22:40 +00:00
commit c6b4403b40

View file

@ -107,8 +107,6 @@
std::pair< typename swig::noconst_traits<T >::noconst_type,U>* p = NULL;
swig::asptr( self, &p );
return swig::from( p->second );
fail:
return Qnil;
}
static VALUE _wrap_pair_second_eq( VALUE self, VALUE arg )
@ -116,8 +114,6 @@
std::pair< typename swig::noconst_traits<T >::noconst_type,U>* p = NULL;
swig::asptr( self, &p );
return swig::from( p->second );
fail:
return Qnil;
}
static VALUE from(const std::pair<T,U>& val) {