diff options
author | 2021-02-02 17:59:43 -0800 | |
---|---|---|
committer | 2021-02-02 17:59:43 -0800 | |
commit | a840689272abd235904f07a700335fcf8615935a (patch) | |
tree | e2df8a5e89ee691af421724f1d2e3d7c2c24dad8 /libs/binder/IpPrefix.cpp | |
parent | 1fe4c9f19e4355c0410d46abf339b4addb2b55c3 (diff) |
Fix warnings in libs/binder.
Test: mm
Change-Id: Ia1387dcfbc789914c4fba80193f4e36d60fec88e
Diffstat (limited to 'libs/binder/IpPrefix.cpp')
-rw-r--r-- | libs/binder/IpPrefix.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/IpPrefix.cpp b/libs/binder/IpPrefix.cpp index 8d622668cc..4edc493f11 100644 --- a/libs/binder/IpPrefix.cpp +++ b/libs/binder/IpPrefix.cpp @@ -24,12 +24,10 @@ #include <log/log.h> #include <utils/Errors.h> -using android::BAD_TYPE; using android::BAD_VALUE; using android::NO_ERROR; using android::Parcel; using android::status_t; -using android::UNEXPECTED_NULL; namespace android { |