Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-kernel / EventListener / FragmentListener.php
index ad6349286dde735424c2a0770fe03d7f71154977..37bf15c3a084f0181a3bb1848c67924273e4a14f 100644 (file)
@@ -94,18 +94,6 @@ class FragmentListener implements EventSubscriberInterface
         throw new AccessDeniedHttpException();
     }
 
-    /**
-     * @deprecated since version 2.3.19, to be removed in 3.0.
-     *
-     * @return string[]
-     */
-    protected function getLocalIpAddresses()
-    {
-        @trigger_error('The '.__METHOD__.' method is deprecated since version 2.3.19 and will be removed in 3.0.', E_USER_DEPRECATED);
-
-        return array('127.0.0.1', 'fe80::1', '::1');
-    }
-
     public static function getSubscribedEvents()
     {
         return array(