From 28b5b0e6ff148bd8886526e2f484b999ace0c60c Mon Sep 17 00:00:00 2001 From: Hunter Rick Date: Sat, 11 Nov 2023 10:06:15 -0800 Subject: [PATCH] minor change to print_supported --- src/internal_modules/roc_address/print_support.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal_modules/roc_address/print_support.cpp b/src/internal_modules/roc_address/print_support.cpp index f93cb493a..93dae6ae6 100644 --- a/src/internal_modules/roc_address/print_support.cpp +++ b/src/internal_modules/roc_address/print_support.cpp @@ -52,7 +52,6 @@ bool print_supported(ProtocolMap& protocol_map, core::IArena& arena) { core::Array interface_array(arena); core::StringList list(arena); - // TODO: FIGURE OUT BETTER SOLUTION THAN HARDCODING RESIZE if (!interface_array.resize(Iface_Max)) { return false; }