diff options
| -rw-r--r-- | libs/binder/ndk/status.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/ndk/status.cpp b/libs/binder/ndk/status.cpp index 549e4b3b0a..e0ae469c3a 100644 --- a/libs/binder/ndk/status.cpp +++ b/libs/binder/ndk/status.cpp @@ -71,8 +71,6 @@ void AStatus_delete(AStatus* status) { } binder_status_t PruneStatusT(status_t status) { - if (status > 0) return status; - switch (status) { case ::android::OK: return STATUS_OK; |