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/PersistableBundle.cpp | |
parent | 1fe4c9f19e4355c0410d46abf339b4addb2b55c3 (diff) |
Fix warnings in libs/binder.
Test: mm
Change-Id: Ia1387dcfbc789914c4fba80193f4e36d60fec88e
Diffstat (limited to 'libs/binder/PersistableBundle.cpp')
-rw-r--r-- | libs/binder/PersistableBundle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/PersistableBundle.cpp b/libs/binder/PersistableBundle.cpp index c807cfe89a..406fee0227 100644 --- a/libs/binder/PersistableBundle.cpp +++ b/libs/binder/PersistableBundle.cpp @@ -31,7 +31,6 @@ using android::BAD_TYPE; using android::BAD_VALUE; using android::NO_ERROR; using android::Parcel; -using android::sp; using android::status_t; using android::UNEXPECTED_NULL; |