Skip to content

Commit 67ac709

Browse files
authored
remove faulty constructor
1 parent bee8e9d commit 67ac709

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
@@ -65,10 +65,6 @@ IPAddress::IPAddress(uint8_t o1, uint8_t o2, uint8_t o3, uint8_t o4, uint8_t o5,
6565
(*this)[15] = o16;
6666
}
6767

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

0 commit comments

Comments
 (0)