[Form] Removed superfluous reset() call

This commit is contained in:
Bernhard Schussek 2013-08-22 13:38:57 +02:00
parent 00bc2708bc
commit 19b483f2ea
1 changed files with 0 additions and 2 deletions

View File

@ -552,8 +552,6 @@ class Form implements \IteratorAggregate, FormInterface
$submittedData = array();
}
reset($this->children);
for (reset($this->children); false !== current($this->children); next($this->children)) {
$child = current($this->children);
$name = key($this->children);