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

Commit 3a5bdc42 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4137766697cde502732675a97267fb366798f1de
parents a44e6dcc 7a1eb465
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;
    }