Jelajahi Sumber

[HttpKernel] removed obsolete code

Fabien Potencier 14 tahun lalu
induk
melakukan
edf57fc392
1 mengubah file dengan 0 tambahan dan 10 penghapusan
  1. 0 10
      src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

+ 0 - 10
src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php

@@ -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}
      */