IP: Remove unused static member $proxyIpSet
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 22 Aug 2017 04:31:44 +0000 (21:31 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 22 Aug 2017 04:32:08 +0000 (21:32 -0700)
Change-Id: Ia48ec2eb1281d955bc28f5c78a1501f3d46826c0

includes/libs/IP.php

index b22f06d..bde8c69 100644 (file)
@@ -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).