summaryrefslogtreecommitdiff
path: root/libs/binder/Static.cpp
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2014-11-14 19:18:26 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-11-14 19:18:26 +0000
commitabd62d66ef8640a4fb339131e132f6a3c844d9ed (patch)
tree12f779c6c00c746d3291a111305c792f0282c998 /libs/binder/Static.cpp
parent460643fc73c05ea2fc4545534866b2cddef33759 (diff)
parent1f3ac8b42ff784930d8194b75d33aef1098a8231 (diff)
am 1f3ac8b4: am a4cff88d: Fix issue #18356768: some app process may hang at Runtime#exit...
* commit '1f3ac8b42ff784930d8194b75d33aef1098a8231': Fix issue #18356768: some app process may hang at Runtime#exit...
Diffstat (limited to 'libs/binder/Static.cpp')
-rw-r--r--libs/binder/Static.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp
index b870c342d7..cd9509f707 100644
--- a/libs/binder/Static.cpp
+++ b/libs/binder/Static.cpp
@@ -90,12 +90,6 @@ public:
static LibBinderIPCtStatics gIPCStatics;
-// ------------ Parcel.cpp
-
-Mutex gParcelGlobalAllocSizeLock;
-size_t gParcelGlobalAllocSize = 0;
-size_t gParcelGlobalAllocCount = 0;
-
// ------------ IServiceManager.cpp
Mutex gDefaultServiceManagerLock;