From 208059f67ed2dd9fa025e07fcb6954d3cb61c79e Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 18 May 2009 15:08:03 -0700 Subject: checkpoint: split libutils into libutils + libbinder --- libs/utils/Static.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'libs/utils/Static.cpp') diff --git a/libs/utils/Static.cpp b/libs/utils/Static.cpp index 93f7e4f0c4..4dfa57830c 100644 --- a/libs/utils/Static.cpp +++ b/libs/utils/Static.cpp @@ -20,7 +20,6 @@ #include #include -#include #include namespace android { @@ -87,34 +86,4 @@ TextOutput& alog(gLogTextOutput); TextOutput& aout(gStdoutTextOutput); TextOutput& aerr(gStderrTextOutput); -#ifndef LIBUTILS_NATIVE - -// ------------ ProcessState.cpp - -Mutex gProcessMutex; -sp gProcess; - -class LibUtilsIPCtStatics -{ -public: - LibUtilsIPCtStatics() - { - } - - ~LibUtilsIPCtStatics() - { - IPCThreadState::shutdown(); - } -}; - -static LibUtilsIPCtStatics gIPCStatics; - -// ------------ ServiceManager.cpp - -Mutex gDefaultServiceManagerLock; -sp gDefaultServiceManager; -sp gPermissionController; - -#endif - } // namespace android -- cgit v1.2.3-59-g8ed1b