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

Commit 7a1eb465 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "binderClearBufTest: remove unnecessary flush" am: 253d914c

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1552568

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I40f595a237831db28b1058468a8760077a4728ca
parents 1f834517 253d914c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ class FooBar : public BBinder {
            lastReply = reply.data();
            lastReplySize = reply.dataSize();
        }
        IPCThreadState::self()->flushCommands();
        *outBuffer = hexString(lastReply, lastReplySize);
        return result;
    }