diff options
| author | 2020-07-22 21:12:50 +0000 | |
|---|---|---|
| committer | 2020-07-22 21:12:50 +0000 | |
| commit | 4d836a68c65e689d24f7956c35a263818efc0787 (patch) | |
| tree | e320e1b5229d13aa1a1c556480ef730f480b4c73 /libs/binder/Static.cpp | |
| parent | eb2572cbe6bfebb0dbf5f8b2c4e63751cb314220 (diff) | |
| parent | 0ee6d8fcd8708cd878de2665d3197b0d7cd92e09 (diff) | |
Merge "libbinder: avoid global mutex every binder call" am: 2054ee3fee am: 0ee6d8fcd8
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1367817
Change-Id: I28721567c4557e9facb58dc6e386ebafbecd918c
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 |