diff options
| author | 2020-07-22 21:01:00 +0000 | |
|---|---|---|
| committer | 2020-07-22 21:01:00 +0000 | |
| commit | 0ee6d8fcd8708cd878de2665d3197b0d7cd92e09 (patch) | |
| tree | 55241c12aac5d653717bece350b80730444e81b9 /libs/binder/Static.cpp | |
| parent | 90ff608796905eae4fb988452496b6b23fc86e32 (diff) | |
| parent | 2054ee3feeacf53c10e428b6515992d3cf26e481 (diff) | |
Merge "libbinder: avoid global mutex every binder call" am: 2054ee3fee
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1367817
Change-Id: I2ca2cff9955034b9b8ae7e96e0190231a505c6d5
Diffstat (limited to 'libs/binder/Static.cpp')
| -rw-r--r-- | libs/binder/Static.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp index 779ed412ba..db0f1c7c3f 100644 --- a/libs/binder/Static.cpp +++ b/libs/binder/Static.cpp @@ -68,9 +68,4 @@ TextOutput& alog(*new LogTextOutput()); TextOutput& aout(*new FdTextOutput(STDOUT_FILENO)); TextOutput& aerr(*new FdTextOutput(STDERR_FILENO)); -// ------------ ProcessState.cpp - -Mutex& gProcessMutex = *new Mutex; -sp<ProcessState> gProcess; - } // namespace android |