From 2534fa4db0005556276bf1e92601848ca37eca84 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 21 Aug 2017 21:31:44 -0700 Subject: [PATCH] IP: Remove unused static member $proxyIpSet Change-Id: Ia48ec2eb1281d955bc28f5c78a1501f3d46826c0 --- includes/libs/IP.php | 2 -- 1 file changed, 2 deletions(-) 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). -- 2.20.1