From: Felipe Pena Date: Sun, 19 Aug 2012 14:35:18 +0000 (-0300) Subject: - Remove unused variable X-Git-Tag: php-5.5.0alpha1~20^2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b685075b57cd0d0ed83d0566a97c81824f95063;p=php - Remove unused variable --- diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 61228a63df..9894746f77 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -676,7 +676,6 @@ PHP_FUNCTION(unpack) switch ((int) type) { case 'a': { /* a will not strip any trailing whitespace or null padding */ - char pad = ' '; int len = inputlen - inputpos; /* Remaining string */ /* If size was given take minimum of len and size */