From 2b685075b57cd0d0ed83d0566a97c81824f95063 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 19 Aug 2012 11:35:18 -0300 Subject: [PATCH] - Remove unused variable --- ext/standard/pack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 61228a63df7..9894746f776 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 */