mirror of
https://github.com/php/php-src.git
synced 2025-01-08 03:54:29 +08:00
- Remove unused variable
This commit is contained in:
parent
b2a74b5bdb
commit
2b685075b5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user