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

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

Merge "Remove thread shutdown logic." am: 5730cc10

am: c2d7a9e5

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

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

static LibBinderIPCtStatics gIPCStatics;

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

Mutex gDefaultServiceManagerLock;