diff options
Diffstat (limited to 'libs/binder/Static.cpp')
-rw-r--r-- | libs/binder/Static.cpp | 6 |
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; |