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

Commit 253d914c authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "binderClearBufTest: remove unnecessary flush"

parents 52e4110d 2f4b651f
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;
    }