mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Remove unused global const variable" into main am: a471e4baa3 am: ac95f895da am: 3d9f91edf9
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2902182 Change-Id: I175ea577d33721d6f5b1e8aac33d85499ced48f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -93,8 +93,6 @@ const std::vector<int32_t> kSelfTids = {
|
||||
|
||||
const std::vector<int32_t> kEmptyTids = {};
|
||||
|
||||
const std::vector<WorkDuration> kNoDurations = {};
|
||||
|
||||
const std::vector<WorkDuration> kDurationsWithZero = {
|
||||
DurationWrapper(1000L, 1L),
|
||||
DurationWrapper(0L, 2L),
|
||||
|
||||
Reference in New Issue
Block a user