[style] remove unused using decls (#3705)

This commit is contained in:
Jonathan Hui
2019-03-22 08:12:26 -07:00
committed by Jonathan Hui
parent 2ab9b49042
commit 8656101724
10 changed files with 0 additions and 20 deletions
-2
View File
@@ -53,8 +53,6 @@
#include "thread/mle_router.hpp"
#include "thread/thread_netif.hpp"
using ot::Encoding::BigEndian::HostSwap64;
namespace ot {
namespace Mac {
-3
View File
@@ -50,9 +50,6 @@
#if OPENTHREAD_ENABLE_COMMISSIONER && OPENTHREAD_FTD
using ot::Encoding::BigEndian::HostSwap16;
using ot::Encoding::BigEndian::HostSwap32;
namespace ot {
EnergyScanClient::EnergyScanClient(Instance &aInstance)
-1
View File
@@ -51,7 +51,6 @@
#include "thread/thread_uri_paths.hpp"
using ot::Encoding::BigEndian::HostSwap16;
using ot::Encoding::BigEndian::HostSwap64;
namespace ot {
namespace MeshCoP {
-1
View File
@@ -48,7 +48,6 @@
#if OPENTHREAD_ENABLE_DHCP6_CLIENT
using ot::Encoding::BigEndian::HostSwap16;
using ot::Encoding::BigEndian::HostSwap32;
namespace ot {
-3
View File
@@ -44,9 +44,6 @@
#if OPENTHREAD_ENABLE_DHCP6_SERVER
using ot::Encoding::BigEndian::HostSwap16;
using ot::Encoding::BigEndian::HostSwap32;
namespace ot {
namespace Dhcp6 {
-2
View File
@@ -45,8 +45,6 @@
* This file implements the SNTP client.
*/
using ot::Encoding::BigEndian::HostSwap16;
namespace ot {
namespace Sntp {
@@ -47,8 +47,6 @@
#include "thread/thread_netif.hpp"
#include "thread/thread_uri_paths.hpp"
using ot::Encoding::BigEndian::HostSwap32;
namespace ot {
AnnounceBeginServer::AnnounceBeginServer(Instance &aInstance)
-2
View File
@@ -52,8 +52,6 @@
#include "thread/thread_tlvs.hpp"
#include "thread/thread_uri_paths.hpp"
using ot::Encoding::BigEndian::HostSwap16;
namespace ot {
namespace NetworkData {
-2
View File
@@ -52,8 +52,6 @@
#include "thread/thread_tlvs.hpp"
#include "thread/thread_uri_paths.hpp"
using ot::Encoding::BigEndian::HostSwap16;
#if OPENTHREAD_FTD || OPENTHREAD_ENABLE_MTD_NETWORK_DIAGNOSTIC
namespace ot {
-2
View File
@@ -44,8 +44,6 @@
#include "thread/thread_tlvs.hpp"
#include "thread/thread_uri_paths.hpp"
using ot::Encoding::BigEndian::HostSwap16;
namespace ot {
ThreadNetif::ThreadNetif(Instance &aInstance)