mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused variables
This commit is contained in:
parent
b90059120d
commit
e03d19a00e
2 changed files with 1 additions and 2 deletions
|
@ -934,7 +934,6 @@ PHP_FUNCTION(xsl_xsltprocessor_get_security_prefs)
|
|||
{
|
||||
zval *id;
|
||||
xsl_object *intern;
|
||||
long securityPrefs;
|
||||
|
||||
DOM_GET_THIS(id);
|
||||
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "") == SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue