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

Commit 52105934 authored by Yi Kong's avatar Yi Kong
Browse files

libandroid: Fix Clang unused variable warnings

Generated by Gemini.

Test: presubmit
Flag: EXEMPT, code cleanup
Bug: 315246135
Change-Id: I0f45f01642ce01165405694629bc19b05ebaa3d4
parent 712bd48c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@ APerformanceHintSession* APerformanceHintManager::createSession(
        const int32_t* threadIds, size_t size, int64_t initialTargetWorkDurationNanos,
        hal::SessionTag tag, bool isJava) {
    ndk::ScopedAStatus ret;
    hal::SessionConfig sessionConfig{.id = -1};

    ASessionCreationConfig creationConfig{{
            .tids = std::vector<int32_t>(threadIds, threadIds + size),