Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 99f6792

Browse files
committed
Clean dead code in UrlMap::terminate() method
1 parent 737a41f commit 99f6792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Stack/UrlMap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
7474

7575
public function terminate(Request $request, Response $response)
7676
{
77-
$pathInfo = rawurldecode($request->getPathInfo());
7877
foreach ($this->map as $path => $app) {
7978
if ($app instanceof TerminableInterface) {
8079
$app->terminate($request, $response);

0 commit comments

Comments
 (0)