Not much use in blanking the array each time

This commit is contained in:
Lee McDermott 2013-01-06 02:21:42 +00:00
parent a4d711cb2a
commit 9864d9572d

View File

@ -113,7 +113,6 @@ class DialogHelper extends Helper
$output->write("\033[K"); $output->write("\033[K");
$ret = substr($ret, 0, $i); $ret = substr($ret, 0, $i);
$matches = array();
$numMatches = 0; $numMatches = 0;
continue; continue;
@ -150,7 +149,6 @@ class DialogHelper extends Helper
break; break;
} }
$matches = array();
$numMatches = 0; $numMatches = 0;
} }
@ -160,7 +158,6 @@ class DialogHelper extends Helper
$ret .= $c; $ret .= $c;
$i++; $i++;
$matches = array();
$numMatches = 0; $numMatches = 0;
$ofs = 0; $ofs = 0;