File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address)
45
45
46
46
bool IPAddress::fromString (const char *address)
47
47
{
48
- // TODO: add support for "a", "a.b", "a.b.c" formats
49
-
50
48
uint16_t acc = 0 ; // Accumulator
51
49
uint8_t dots = 0 ;
52
50
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address)
45
45
46
46
bool IPAddress::fromString (const char *address)
47
47
{
48
- // TODO: add support for "a", "a.b", "a.b.c" formats
49
-
50
48
uint16_t acc = 0 ; // Accumulator
51
49
uint8_t dots = 0 ;
52
50
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ void DNSClient::begin(const IPAddress& aDNSServer)
57
57
58
58
int DNSClient::inet_aton (const char * address, IPAddress& result)
59
59
{
60
- // TODO: add support for "a", "a.b", "a.b.c" formats
61
-
62
60
uint16_t acc = 0 ; // Accumulator
63
61
uint8_t dots = 0 ;
64
62
You can’t perform that action at this time.
0 commit comments