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

Commit 9c9bafff authored by Sandro Montanari's avatar Sandro Montanari Committed by Gerrit Code Review
Browse files

Merge "Update language to comply with Android's inclusive language guidance Test: m checkbuild"

parents 2a6af36c 92f2ce46
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;