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

Commit d29abc9f authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Remove unused global const variable

Bug: 175635923
Test: MODULES-IN-hardware-interfaces-power
Change-Id: Ie73f48df62a17b309c774b2f446db3ee53b3863b
parent 4891ece5
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -73,8 +73,6 @@ const std::vector<int32_t> kSelfTids = {


const std::vector<int32_t> kEmptyTids = {};
const std::vector<int32_t> kEmptyTids = {};


const std::vector<WorkDuration> kNoDurations = {};

const std::vector<WorkDuration> kDurationsWithZero = {
const std::vector<WorkDuration> kDurationsWithZero = {
        DurationWrapper(1000L, 1L),
        DurationWrapper(1000L, 1L),
        DurationWrapper(0L, 2L),
        DurationWrapper(0L, 2L),