[HttpKernel] removed obsolete code

This commit is contained in:
Fabien Potencier 2011-01-26 21:48:48 +01:00
parent 75404e6bd6
commit edf57fc392

View File

@ -117,16 +117,6 @@ class HttpCache implements HttpKernelInterface
return implode('; ', $log);
}
/**
* Gets the Request instance associated with the master request.
*
* @return Symfony\Component\HttpFoundation\Request A Request instance
*/
public function getRequest()
{
return $this->request;
}
/**
* {@inheritdoc}
*/