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

Commit 2f4b651f authored by Steven Moreland's avatar Steven Moreland
Browse files

binderClearBufTest: remove unnecessary flush

This flushCommands call is no longer required.

Bug: 139697085
Test: ran test repeatedly for 10 minutes
Change-Id: I58fb7e55e6e8b90962377ef165ef5ba5fdcba20a
parent 0442a869
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;
    }