diff options
author | 2021-01-16 01:07:39 +0000 | |
---|---|---|
committer | 2021-01-16 01:09:25 +0000 | |
commit | 2f4b651fcbb1f29c8454ccec2af48ebaddcfce38 (patch) | |
tree | 943ad5fd9546c49d2e8dcb0b9f6b19808778d1ae | |
parent | 0442a8694dfb4f04a2d3da9290627c92483d50f2 (diff) |
binderClearBufTest: remove unnecessary flush
This flushCommands call is no longer required.
Bug: 139697085
Test: ran test repeatedly for 10 minutes
Change-Id: I58fb7e55e6e8b90962377ef165ef5ba5fdcba20a
-rw-r--r-- | libs/binder/tests/binderClearBufTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/tests/binderClearBufTest.cpp b/libs/binder/tests/binderClearBufTest.cpp index a565e72091..2d30c8da45 100644 --- a/libs/binder/tests/binderClearBufTest.cpp +++ b/libs/binder/tests/binderClearBufTest.cpp @@ -83,7 +83,6 @@ class FooBar : public BBinder { lastReply = reply.data(); lastReplySize = reply.dataSize(); } - IPCThreadState::self()->flushCommands(); *outBuffer = hexString(lastReply, lastReplySize); return result; } |