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

Commit b7a9eaef authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused global const variable" into main am: a471e4ba am: ac95f895 am: 3d9f91ed

parents c4e44265 3d9f91ed
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -93,8 +93,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),