Loading libs/binder/ndk/status.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
libs/binder/ndk/status.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading