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

Commit f85a9d4b authored by Yi Kong's avatar Yi Kong Committed by Android (Google) Code Review
Browse files

Merge "libandroid: Fix Clang unused variable warnings" into main

parents 232991a4 52105934
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),