Skip to content

Commit 570129c

Browse files
authored
Remove faulty constructor
1 parent a4ddf2c commit 570129c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/esp32/IPAddress.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ IPAddress::IPAddress(uint8_t o1, uint8_t o2, uint8_t o3, uint8_t o4, uint8_t o5,
6666
(*this)[15] = o16;
6767
}
6868

69-
IPAddress::IPAddress(IPType type, const uint8_t *address) {
70-
IPAddress(type, address, 0);
71-
}
72-
7369
IPAddress::IPAddress(IPType type, const uint8_t *address, uint8_t zone) {
7470
if (type == IPv4) {
7571
setV4();

0 commit comments

Comments
 (0)