1
0
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:
Anatol Belski
2014-11-14 10:31:35 +01:00
parent b7eee5bfaf
commit dbddbcc950
-1
View File
@@ -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;