From a4227cf02c5297adc02b49c9e796c9c3b3681c61 Mon Sep 17 00:00:00 2001 From: Patrick Roncagliolo Date: Sun, 8 Jan 2017 21:28:17 +0100 Subject: Remove old TODOs for non-standard ipv4 format support Signed-off-by: Patrick Roncagliolo --- cores/arduino/IPAddress.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cores') diff --git a/cores/arduino/IPAddress.cpp b/cores/arduino/IPAddress.cpp index 76aefa8..d9fe5be 100644 --- a/cores/arduino/IPAddress.cpp +++ b/cores/arduino/IPAddress.cpp @@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address) bool IPAddress::fromString(const char *address) { - // TODO: add support for "a", "a.b", "a.b.c" formats - uint16_t acc = 0; // Accumulator uint8_t dots = 0; -- cgit v1.2.3-18-g5258