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

Commit 5730cc10 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove thread shutdown logic."

parents 395b0a58 acb182d0
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;