Browse Source

remove unnecessary variable initialization in router method.

Taylor Otwell 13 years ago
parent
commit
64501dd097
1 changed files with 0 additions and 2 deletions
  1. 0 2
      laravel/routing/router.php

+ 0 - 2
laravel/routing/router.php

@@ -234,8 +234,6 @@ class Router {
 	 */
 	protected function wildcards($key)
 	{
-		$count = 0;
-
 		// For optional parameters, first translate the wildcards to their
 		// regex equivalent, sans the ")?" ending. We will add the endings
 		// back on after we know how many replacements we made.