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

Commit 92f2ce46 authored by sandrom's avatar sandrom
Browse files

Update language to comply with Android's inclusive language guidance

Test: m checkbuild

Change-Id: I3e045e8bae5cba900f94357b8446a0aae4139acf
parent 2a6af36c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@ public:
        if (mMemory.get() == nullptr || mMemory->unsecurePointer() == nullptr) return 0;
        int32_t remoteRefcount =
                reinterpret_cast<SharedControl *>(mMemory->unsecurePointer())->getRemoteRefcount();
        // Sanity check so that remoteRefCount() is non-negative.
        return remoteRefcount >= 0 ? remoteRefcount : 0; // do not allow corrupted data.
#else
        return 0;