mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13454] Remove unused variables
This is part 5 and there is more to come. PHPBB3-13454
This commit is contained in:
@@ -1659,7 +1659,6 @@ class SphinxClient
|
||||
return false;
|
||||
}
|
||||
|
||||
$res = substr ( $response, 4 ); // just ignore length, error handling, etc
|
||||
$p = 0;
|
||||
list ( $rows, $cols ) = array_values ( unpack ( "N*N*", substr ( $response, $p, 8 ) ) ); $p += 8;
|
||||
|
||||
|
Reference in New Issue
Block a user