removed old code

This commit is contained in:
Fabien Potencier 2010-08-14 20:59:36 +02:00
parent 880f37c4ee
commit 96e9a682b3

View File

@ -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.