[php] Stop setting unused php:proxy attribute
This is no longer used since we changed how classes are wrapped.
This commit is contained in:
parent
29354ed19d
commit
cf9422b4d9
1 changed files with 0 additions and 5 deletions
|
|
@ -1613,11 +1613,6 @@ public:
|
||||||
* ------------------------------------------------------------ */
|
* ------------------------------------------------------------ */
|
||||||
|
|
||||||
virtual int classDeclaration(Node *n) {
|
virtual int classDeclaration(Node *n) {
|
||||||
if (!Getattr(n, "feature:onlychildren")) {
|
|
||||||
String *symname = Getattr(n, "sym:name");
|
|
||||||
Setattr(n, "php:proxy", symname);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Language::classDeclaration(n);
|
return Language::classDeclaration(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue