Remove CG(active_class_entry) = NULL;
This has been in the code for a really long time, and doesn't seem to be required now. It's not documented by PHP as something we need to do, and the value seems to always be NULL at this point already.
This commit is contained in:
parent
f227e5fae4
commit
592f230295
1 changed files with 0 additions and 2 deletions
|
|
@ -530,8 +530,6 @@ public:
|
|||
*/
|
||||
|
||||
// Printv(s_init,s_resourcetypes,NIL);
|
||||
/* We need this after all classes written out by ::top */
|
||||
Printf(s_oinit, " CG(active_class_entry) = NULL;\n");
|
||||
Printf(s_oinit, " /* end oinit subsection */\n");
|
||||
Printf(s_init, "%s\n", s_oinit);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue