diff options
author | 2022-02-17 21:42:50 +0800 | |
---|---|---|
committer | 2022-02-17 21:43:37 +0800 | |
commit | 41ca27663652ae423e8973f849d06d9171641706 (patch) | |
tree | 5076622b5c97b9915fe3bcf6c6c29a9b42416770 /libs/binder/PersistableBundle.cpp | |
parent | 7468714189536c50312d06f6bcf4b30ad8bac748 (diff) |
libbinder: Remove redundant "using android::.*"
They are already under the same package.
Test: presubmit
Bug: 219872355
Change-Id: I598c7721d8080fddc334b9b6689d1f05a0a9913f
Diffstat (limited to 'libs/binder/PersistableBundle.cpp')
-rw-r--r-- | libs/binder/PersistableBundle.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/binder/PersistableBundle.cpp b/libs/binder/PersistableBundle.cpp index 406fee0227..15047152a1 100644 --- a/libs/binder/PersistableBundle.cpp +++ b/libs/binder/PersistableBundle.cpp @@ -27,13 +27,6 @@ #include "ParcelValTypes.h" -using android::BAD_TYPE; -using android::BAD_VALUE; -using android::NO_ERROR; -using android::Parcel; -using android::status_t; -using android::UNEXPECTED_NULL; - using android::binder::VAL_BOOLEAN; using android::binder::VAL_INTEGER; using android::binder::VAL_LONG; |