File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 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)
4545
4646bool IPAddress::fromString (const char *address)
4747{
48- // TODO: add support for "a", "a.b", "a.b.c" formats
49-
5048 uint16_t acc = 0 ; // Accumulator
5149 uint8_t dots = 0 ;
5250
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address)
4545
4646bool IPAddress::fromString (const char *address)
4747{
48- // TODO: add support for "a", "a.b", "a.b.c" formats
49-
5048 uint16_t acc = 0 ; // Accumulator
5149 uint8_t dots = 0 ;
5250
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ void DNSClient::begin(const IPAddress& aDNSServer)
5757
5858int DNSClient::inet_aton (const char * address, IPAddress& result)
5959{
60- // TODO: add support for "a", "a.b", "a.b.c" formats
61-
6260 uint16_t acc = 0 ; // Accumulator
6361 uint8_t dots = 0 ;
6462
You can’t perform that action at this time.
0 commit comments