From 96e9a682b3104d06e447e75694ff6ff6ac28a497 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 14 Aug 2010 20:59:36 +0200 Subject: [PATCH] removed old code --- src/Symfony/Bundle/FrameworkBundle/Controller.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller.php b/src/Symfony/Bundle/FrameworkBundle/Controller.php index 1a6d86591d..366967d3b2 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller.php @@ -3,7 +3,6 @@ namespace Symfony\Bundle\FrameworkBundle; use Symfony\Components\DependencyInjection\ContainerInterface; -use Symfony\Components\HttpFoundation\Request; use Symfony\Components\HttpFoundation\Response; /* @@ -23,7 +22,6 @@ use Symfony\Components\HttpFoundation\Response; class Controller implements \ArrayAccess { protected $container; - protected $request; /** * Constructor.