remove redundant method
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11474 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7f0e632ddd
commit
028fcff0a5
1 changed files with 0 additions and 8 deletions
|
|
@ -2196,14 +2196,6 @@ public:
|
|||
return NewStringEmpty();
|
||||
}
|
||||
|
||||
String *PhpTypeFromTypemap(char *tmap_method, Node *n, const_String_or_char_ptr lname) {
|
||||
String *tms = Swig_typemap_lookup(tmap_method, n, lname, 0);
|
||||
if (!tms)
|
||||
return 0;
|
||||
else
|
||||
return NewStringf("%s", tms);
|
||||
}
|
||||
|
||||
int abstractConstructorHandler(Node *) {
|
||||
return SWIG_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue