aboutsummaryrefslogtreecommitdiff
path: root/aidl_to_ndk.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-12-18 13:53:01 -0800
committerTreehugger Robot <treehugger-gerrit@google.com>2018-12-19 19:12:55 +0000
commit3c126b56b61e24dffbc3ca1bd85cfffc5bf96c6f (patch)
tree74f1d5e637ea4454151a197343004ebb273b9ac2 /aidl_to_ndk.cpp
parent8c70ba9e7889df95e5e6dc689e862815ede148be (diff)
downloadaidl-3c126b56b61e24dffbc3ca1bd85cfffc5bf96c6f.tar.gz
Remove unused using decls.
Bug: 121209395 Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=-*,misc-unused-using-decls Change-Id: I6d783184d9f6405582fadb314acc0b20fea72760
Diffstat (limited to 'aidl_to_ndk.cpp')
-rw-r--r--aidl_to_ndk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/aidl_to_ndk.cpp b/aidl_to_ndk.cpp
index 639730d2..26d24652 100644
--- a/aidl_to_ndk.cpp
+++ b/aidl_to_ndk.cpp
@@ -23,7 +23,6 @@
#include <functional>
using ::android::base::Join;
-using ::android::base::Split;
namespace android {
namespace aidl {