mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Remove unused global const variable" into main am: a471e4baa3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2902182 Change-Id: I38b12385d498b8c6c2c0d1bd23f0c422b8d6206e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -73,8 +73,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