Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 14, 2010
1 parent 880f37c commit 96e9a68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Bundle/FrameworkBundle/Controller.php
Expand Up @@ -3,7 +3,6 @@
namespace Symfony\Bundle\FrameworkBundle;

use Symfony\Components\DependencyInjection\ContainerInterface;
use Symfony\Components\HttpFoundation\Request;
use Symfony\Components\HttpFoundation\Response;

/*
Expand All @@ -23,7 +22,6 @@
class Controller implements \ArrayAccess
{
protected $container;
protected $request;

/**
* Constructor.
Expand Down

0 comments on commit 96e9a68

Please sign in to comment.