aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Uri.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp
index 4530595..b6b82e1 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -775,8 +775,6 @@ namespace Uri {
}
case HostParsingState::IPV6_ADDRESS: {
- // TODO: research this offline first
- // before attempting to code it
if (c == ']') {
if (!ValidateIpv6Address(host)) {
return false;