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

Commit a471e4ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unused global const variable" into main

parents 20768c89 d29abc9f
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),