summaryrefslogtreecommitdiff
path: root/libs/binder/Static.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2018-05-22 12:04:23 -0700
committer android-build-merger <android-build-merger@google.com> 2018-05-22 12:04:23 -0700
commit2a6874cb7964ef0b06c1a17fe3354dfb10108abd (patch)
treebb11f3f6b77bd64ff8c1d37580d074653e2a310a /libs/binder/Static.cpp
parentef11b3a7bcd02a3d5f4755f28679d385f7ee3896 (diff)
parentc2d7a9e5f41250ad9e71f14a459b1985bc578e53 (diff)
Merge "Remove thread shutdown logic." am: 5730cc10c7
am: c2d7a9e5f4 Change-Id: I124a001cde37f9c3bd8cdfc4a59ccdc250fd24e5
Diffstat (limited to 'libs/binder/Static.cpp')
-rw-r--r--libs/binder/Static.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp
index c5c3fd58c3..df0fcaed1f 100644
--- a/libs/binder/Static.cpp
+++ b/libs/binder/Static.cpp
@@ -75,21 +75,6 @@ TextOutput& aerr(gStderrTextOutput);
Mutex gProcessMutex;
sp<ProcessState> gProcess;
-class LibBinderIPCtStatics
-{
-public:
- LibBinderIPCtStatics()
- {
- }
-
- ~LibBinderIPCtStatics()
- {
- IPCThreadState::shutdown();
- }
-};
-
-static LibBinderIPCtStatics gIPCStatics;
-
// ------------ IServiceManager.cpp
Mutex gDefaultServiceManagerLock;