[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:
parent
c60507ef70
commit
fd013c344a
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue