[php] Remove unused variable

SWIG_module_entry hasn't actually been used for any of git history
which is over 19 years.
This commit is contained in:
Olly Betts 2021-12-10 17:10:35 +13:00
commit fd013c344a

View file

@ -471,8 +471,7 @@ public:
Printf(s_init, " NO_VERSION_YET,\n");
}
Printf(s_init, " STANDARD_MODULE_PROPERTIES\n");
Printf(s_init, "};\n");
Printf(s_init, "zend_module_entry* SWIG_module_entry = &%s_module_entry;\n\n", module);
Printf(s_init, "};\n\n");
Printf(s_init, "#ifdef __cplusplus\n");
Printf(s_init, "extern \"C\" {\n");