mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
[style] remove unused using decls (#3705)
This commit is contained in:
committed by
Jonathan Hui
parent
2ab9b49042
commit
8656101724
@@ -53,8 +53,6 @@
|
||||
#include "thread/mle_router.hpp"
|
||||
#include "thread/thread_netif.hpp"
|
||||
|
||||
using ot::Encoding::BigEndian::HostSwap64;
|
||||
|
||||
namespace ot {
|
||||
namespace Mac {
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
#include "thread/thread_uri_paths.hpp"
|
||||
|
||||
using ot::Encoding::BigEndian::HostSwap16;
|
||||
using ot::Encoding::BigEndian::HostSwap64;
|
||||
|
||||
namespace ot {
|
||||
namespace MeshCoP {
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#if OPENTHREAD_ENABLE_DHCP6_CLIENT
|
||||
|
||||
using ot::Encoding::BigEndian::HostSwap16;
|
||||
using ot::Encoding::BigEndian::HostSwap32;
|
||||
|
||||
namespace ot {
|
||||
|
||||
|
||||
@@ -44,9 +44,6 @@
|
||||
|
||||
#if OPENTHREAD_ENABLE_DHCP6_SERVER
|
||||
|
||||
using ot::Encoding::BigEndian::HostSwap16;
|
||||
using ot::Encoding::BigEndian::HostSwap32;
|
||||
|
||||
namespace ot {
|
||||
namespace Dhcp6 {
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
#include "thread/thread_tlvs.hpp"
|
||||
#include "thread/thread_uri_paths.hpp"
|
||||
|
||||
using ot::Encoding::BigEndian::HostSwap16;
|
||||
|
||||
namespace ot {
|
||||
namespace NetworkData {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user