[php] Stop setting unused php:proxy attribute

This is no longer used since we changed how classes are wrapped.
This commit is contained in:
Olly Betts 2022-07-11 15:32:43 +12:00
commit cf9422b4d9

View file

@ -1613,11 +1613,6 @@ public:
* ------------------------------------------------------------ */
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);
}