summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-08-19 11:35:18 -0300
committerFelipe Pena <felipensp@gmail.com>2012-08-19 11:35:18 -0300
commit2b685075b57cd0d0ed83d0566a97c81824f95063 (patch)
tree5140593826872679ee430a106be2b6c861f97ddd
parentb2a74b5bdb5fe66a59969cb2aa87931958ca56d3 (diff)
downloadphp-git-2b685075b57cd0d0ed83d0566a97c81824f95063.tar.gz
- Remove unused variable
-rw-r--r--ext/standard/pack.c1
1 files changed, 0 insertions, 1 deletions
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 */