8000 [Router] Cleanup · symfony/symfony@5a6677d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a6677d

Browse files
Nikita Gusakovfabpot
Nikita Gusakov
authored andcommitted
[Router] Cleanup
1 parent 2ad0642 commit 5a6677d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/Routing/RouteCompiler.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ class RouteCompiler implements RouteCompilerInterface
3737
*/
3838
public static function compile(Route $route)
3939
{
40-
$staticPrefix = null;
4140
$hostVariables = array();
42-
$pathVariables = array();
4341
$variables = array();
44-
$tokens = array();
45-
$regex = null;
4642
$hostRegex = null;
4743
$hostTokens = array();
4844

0 commit comments

Comments
 (0)
0