From: Kunal Mehta Date: Tue, 22 Aug 2017 04:31:44 +0000 (-0700) Subject: IP: Remove unused static member $proxyIpSet X-Git-Tag: 1.31.0-rc.0~2310^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=2534fa4db0005556276bf1e92601848ca37eca84;hp=d455aa29a685971c8191bc38383f1514e7cae806 IP: Remove unused static member $proxyIpSet Change-Id: Ia48ec2eb1281d955bc28f5c78a1501f3d46826c0 --- diff --git a/includes/libs/IP.php b/includes/libs/IP.php index b22f06d387..bde8c6940f 100644 --- a/includes/libs/IP.php +++ b/includes/libs/IP.php @@ -67,8 +67,6 @@ define( 'IP_ADDRESS_STRING', * and IP blocks. */ class IP { - /** @var IPSet */ - private static $proxyIpSet = null; /** * Determine if a string is as valid IP address or network (CIDR prefix).