- Remove unused variable

This commit is contained in:
Felipe Pena 2012-08-19 11:35:18 -03:00
parent b2a74b5bdb
commit 2b685075b5

View File

@ -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 */