[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
-1
View File
@@ -47,7 +47,6 @@ using ot::Utils::CmdLineParser::ParseAsIp6Address;
using ot::Utils::CmdLineParser::ParseAsUint16;
using ot::Utils::CmdLineParser::ParseAsUint32;
using ot::Utils::CmdLineParser::ParseAsUint64;
using ot::Utils::CmdLineParser::ParseAsUint8;
namespace ot {
namespace Cli {