Skip to content

Commit

Permalink
minor change to print_supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Nov 11, 2023
1 parent 254f680 commit 28b5b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal_modules/roc_address/print_support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ bool print_supported(ProtocolMap& protocol_map, core::IArena& arena) {
core::Array<Interface> interface_array(arena);
core::StringList list(arena);

// TODO: FIGURE OUT BETTER SOLUTION THAN HARDCODING RESIZE
if (!interface_array.resize(Iface_Max)) {
return false;
}
Expand Down

0 comments on commit 28b5b0e

Please sign in to comment.