We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378c6eb commit 8f73159Copy full SHA for 8f73159
lib/private/Net/IpAddressV4.php
@@ -28,10 +28,6 @@
28
use OC\Net\AbstractIpAddress;
29
30
class IpAddressV4 extends AbstractIpAddress {
31
- private $original = '';
32
- private $address = '';
33
- private $cidrBits = 0;
34
-
35
/**
36
* Returns the length of the represented IP address format in bits.
37
*
lib/private/Net/IpAddressV6.php
class IpAddressV6 extends AbstractIpAddress {
0 commit comments