No need to set start twice

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-06 13:13:10 +02:00
parent 39550be909
commit fcf3341a5b

View File

@ -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++) {