[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
@@ -40,8 +40,6 @@
#include "common/encoding.hpp"
#include "utils/parse_cmdline.hpp"
using ot::Encoding::BigEndian::HostSwap16;
using ot::Utils::CmdLineParser::ParseAsHexString;
using ot::Utils::CmdLineParser::ParseAsIp6Address;
using ot::Utils::CmdLineParser::ParseAsUint16;