mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Remove unused global const variable
Bug: 175635923 Test: MODULES-IN-hardware-interfaces-power Change-Id: Ie73f48df62a17b309c774b2f446db3ee53b3863b
This commit is contained in:
committed by
Jimmy Shiu
parent
87f9c220b5
commit
6dc643db27
@@ -72,8 +72,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