Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2d7a9e5 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove thread shutdown logic."

am: 5730cc10

Change-Id: I1320002ddc3b8aee8764eb0e6f2fdfd86b83bf4b
parents fe2abbdb 5730cc10
Loading
Loading
Loading
Loading
+0 −15
Original line number Original line Diff line number Diff line
@@ -75,21 +75,6 @@ TextOutput& aerr(gStderrTextOutput);
Mutex gProcessMutex;
Mutex gProcessMutex;
sp<ProcessState> gProcess;
sp<ProcessState> gProcess;


class LibBinderIPCtStatics
{
public:
    LibBinderIPCtStatics()
    {
    }
    
    ~LibBinderIPCtStatics()
    {
        IPCThreadState::shutdown();
    }
};

static LibBinderIPCtStatics gIPCStatics;

// ------------ IServiceManager.cpp
// ------------ IServiceManager.cpp


Mutex gDefaultServiceManagerLock;
Mutex gDefaultServiceManagerLock;