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:
parent
bc801e662a
commit
c6b4403b40
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue