summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/BinderService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/BinderService.h b/include/binder/BinderService.h
index ca594d3..6460268 100644
--- a/include/binder/BinderService.h
+++ b/include/binder/BinderService.h
@@ -40,7 +40,6 @@ public:
}
static void publishAndJoinThreadPool(bool allowIsolated = false) {
- sp<ProcessState> proc(ProcessState::self());
sp<IServiceManager> sm(defaultServiceManager());
sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated);
ProcessState::self()->startThreadPool();