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

Commit ffd0e4bb authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: remove unused IPCThreadState::process" am: e818590d am: 6dc01044

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1880792

Change-Id: I0af129fb5651268c501825a22c72577b66868d4b
parents 2556fc0a 6dc01044
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -352,11 +352,6 @@ bool IPCThreadState::backgroundSchedulingDisabled()
    return gDisableBackgroundScheduling.load(std::memory_order_relaxed);
}

sp<ProcessState> IPCThreadState::process()
{
    return mProcess;
}

status_t IPCThreadState::clearLastError()
{
    const status_t err = mLastError;
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ public:
    static  status_t            getProcessFreezeInfo(pid_t pid, uint32_t *sync_received,
                                                    uint32_t *async_received);

            sp<ProcessState>    process();

            status_t            clearLastError();

            /**