diff options
| author | 2021-01-22 20:22:36 +0000 | |
|---|---|---|
| committer | 2021-01-22 20:22:36 +0000 | |
| commit | 7a1eb4653a607cbed6ea4f12d0a93bddcd06e425 (patch) | |
| tree | 4d0e9cf9e3d949ee7e29ef5982b2c91fdf98ddb8 | |
| parent | 1f834517305cfa5779dbfe0de86cf285f0a5e704 (diff) | |
| parent | 253d914cc4f4daed2608d81e8ad25449b12af180 (diff) | |
Merge "binderClearBufTest: remove unnecessary flush" am: 253d914cc4
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1552568
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I40f595a237831db28b1058468a8760077a4728ca
| -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; } |