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

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

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

am: 2a6874cb

Change-Id: I2c52841d2a75ed420e168eb4820fba6c6e46e302
parents a9b4fa2d 2a6874cb
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;