Skip to content

Commit 92a6082

Browse files
fboss2 bgp config: address clang-tidy findings
Drop the unused parseInt using-declaration in the peer-group dispatcher (misc-unused-using-decls).
1 parent d88608b commit 92a6082

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fboss/cli/fboss2/commands/config/protocol/bgp/peer-group/CmdConfigProtocolBgpPeerGroup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ using PeerGroup = bgp::thrift::PeerGroup;
9090
using bgpcli::err;
9191
using bgpcli::ok;
9292
using bgpcli::parseBool;
93-
using bgpcli::parseInt;
9493
using bgpcli::parseNonNegInt32;
9594
using bgpcli::parseNonNegInt64;
9695
using bgpcli::Result;

0 commit comments

Comments
 (0)