summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Static.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Static.cpp b/Static.cpp
index c63e503..cdd3c7d 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -76,20 +76,5 @@ TextOutput& aerr(gStderrTextOutput);
Mutex gProcessMutex;
sp<ProcessState> gProcess;
-class LibHwbinderIPCtStatics
-{
-public:
- LibHwbinderIPCtStatics()
- {
- }
-
- ~LibHwbinderIPCtStatics()
- {
- IPCThreadState::shutdown();
- }
-};
-
-static LibHwbinderIPCtStatics gIPCStatics;
-
} // namespace hardware
} // namespace android