Skip to content

Commit 8f73159

Browse files
committed
removing obsolete members from IpAddressV[46]
1 parent 378c6eb commit 8f73159

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/private/Net/IpAddressV4.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
use OC\Net\AbstractIpAddress;
2929

3030
class IpAddressV4 extends AbstractIpAddress {
31-
private $original = '';
32-
private $address = '';
33-
private $cidrBits = 0;
34-
3531
/**
3632
* Returns the length of the represented IP address format in bits.
3733
*

lib/private/Net/IpAddressV6.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
use OC\Net\AbstractIpAddress;
2929

3030
class IpAddressV6 extends AbstractIpAddress {
31-
private $original = '';
32-
private $address = '';
33-
private $cidrBits = 0;
34-
3531
/**
3632
* Returns the length of the represented IP address format in bits.
3733
*

0 commit comments

Comments
 (0)