PHP: Cleanups.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
19c4162047
commit
7e4b1a086d
1 changed files with 2 additions and 8 deletions
|
|
@ -2041,7 +2041,7 @@ public:
|
|||
|
||||
virtual int memberfunctionHandler(Node *n) {
|
||||
wrapperType = memberfn;
|
||||
this->Language::memberfunctionHandler(n);
|
||||
Language::memberfunctionHandler(n);
|
||||
wrapperType = standard;
|
||||
|
||||
return SWIG_OK;
|
||||
|
|
@ -2325,10 +2325,6 @@ public:
|
|||
return Language::classDirectorConstructor(n);
|
||||
}
|
||||
|
||||
int classDirectorDefaultConstructor(Node *n) {
|
||||
return Language::classDirectorDefaultConstructor(n);
|
||||
}
|
||||
|
||||
int classDirectorMethod(Node *n, Node *parent, String *super) {
|
||||
int is_void = 0;
|
||||
int is_pointer = 0;
|
||||
|
|
@ -2655,9 +2651,7 @@ public:
|
|||
return status;
|
||||
}
|
||||
|
||||
int classDirectorDisown(Node *n) {
|
||||
/* avoid a warning */
|
||||
n = n;
|
||||
int classDirectorDisown(Node *) {
|
||||
return SWIG_OK;
|
||||
}
|
||||
}; /* class PHP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue