Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b922a85c authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Remove unused using decls.

Bug: 121209395
Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=-*,misc-unused-using-decls
Change-Id: I493e29b81b1a7b162b3e50ed7d4960555cd2c202
parent 5d5b33d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,6 @@
#include <base/logging.h>
#include <base/logging.h>
#include <binder/IPCThreadState.h>
#include <binder/IPCThreadState.h>


using ::android::OK;
using ::android::String8;
using ::android::String8;
using ::android::binder::Status;
using ::android::binder::Status;
using ::android::os::ParcelFileDescriptor;
using ::android::os::ParcelFileDescriptor;
+0 −2
Original line number Original line Diff line number Diff line
@@ -40,8 +40,6 @@
#include <hardware/bluetooth.h>
#include <hardware/bluetooth.h>
#include <mutex>
#include <mutex>


using base::StringPrintf;
using bluetooth::Uuid;
using android::bluetooth::BluetoothSocketManagerBinderServer;
using android::bluetooth::BluetoothSocketManagerBinderServer;


namespace android {
namespace android {