Merge "Remove unused global const variable" into main

This commit is contained in:
Treehugger Robot
2024-01-10 01:17:33 +00:00
committed by Gerrit Code Review

View File

@@ -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),