[clang-tidy] misc-unused-using-decls (#5732)

This commit is contained in:
Jonathan Hui
2020-10-29 08:36:27 -07:00
committed by GitHub
parent 713662bf80
commit 8941a367a6
10 changed files with 1 additions and 17 deletions
-2
View File
@@ -42,8 +42,6 @@ using ot::Utils::CmdLineParser::ParseAsHexString;
using ot::Utils::CmdLineParser::ParseAsInt16;
using ot::Utils::CmdLineParser::ParseAsInt32;
using ot::Utils::CmdLineParser::ParseAsInt8;
using ot::Utils::CmdLineParser::ParseAsIp6Address;
using ot::Utils::CmdLineParser::ParseAsIp6Prefix;
using ot::Utils::CmdLineParser::ParseAsUint16;
using ot::Utils::CmdLineParser::ParseAsUint32;
using ot::Utils::CmdLineParser::ParseAsUint64;