diff options
| author | 2020-07-22 20:41:48 +0000 | |
|---|---|---|
| committer | 2020-07-22 20:41:48 +0000 | |
| commit | 2054ee3feeacf53c10e428b6515992d3cf26e481 (patch) | |
| tree | 5e90061d04eef62a1d711ef87ab48b34797cc0b1 /libs/binder/Static.cpp | |
| parent | 0360dae827430d4fd6476cf22e0a75d732e032bb (diff) | |
| parent | 4fdb12f625e40a32bd4fe228b939099d1ccad361 (diff) | |
Merge "libbinder: avoid global mutex every binder call"
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 |