No need to set start twice
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
39550be909
commit
fcf3341a5b
@ -563,7 +563,6 @@ class PMA_Config
|
||||
$end = $fanout[$firstbyte + 1];
|
||||
|
||||
// stupid linear search for our sha
|
||||
$position = $start;
|
||||
$found = false;
|
||||
$offset = 8 + (256 * 4);
|
||||
for ($position = $start; $position < $end; $position++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user