From 0767fa50276240047a1747163b2368afb0250a95 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 7 Jul 2011 09:17:31 -0700 Subject: [PATCH] Remove comment bloat from Route\Finder. --- system/route/finder.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/route/finder.php b/system/route/finder.php index f38b41c6..2edf5bd1 100644 --- a/system/route/finder.php +++ b/system/route/finder.php @@ -34,8 +34,6 @@ class Finder { return static::$names[$name]; } - // We haven't located the route before, so we'll need to iterate through each - // route to find the matching name. $arrayIterator = new \RecursiveArrayIterator(static::$routes); $recursiveIterator = new \RecursiveIteratorIterator($arrayIterator);