Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b305caa9 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder_ndk: don't preserve positive statuses" am: 2dcf3d8c am: 509524d2

am: d873d347

Change-Id: I6e6bdbd0e55b00d5dcf787d5235aa60b3001049e
parents 74df4906 d873d347
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;