mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
remove unused var
This commit is contained in:
@@ -242,7 +242,6 @@ PHP_FUNCTION(passthru)
|
||||
PHPAPI zend_string *php_escape_shell_cmd(char *str)
|
||||
{
|
||||
register int x, y, l = (int)strlen(str);
|
||||
char *p = NULL;
|
||||
size_t estimate = (2 * l) + 1;
|
||||
zend_string *cmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user