From 64a1e08b86d72cb375f9dfdf4eb6307f71817350 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 19 Apr 2012 17:31:53 -0700 Subject: SF doesn't need more than a few binder threads Change-Id: Ic4659fb81f9990cc7caf84a496a8ae659a1d16a9 --- include/binder/BinderService.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/binder') 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 proc(ProcessState::self()); sp sm(defaultServiceManager()); sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated); ProcessState::self()->startThreadPool(); -- cgit v1.1