remove unused variable

This commit is contained in:
HNOONa-0 2025-02-21 15:13:09 +02:00
parent 12b2c57445
commit 8d2979c9a0

View File

@ -356,7 +356,6 @@ base::Logger::~Logger() = default;
namespace {
constexpr std::intmax_t kSecondsInDay = 60 * 60 * 24;
constexpr std::intmax_t kSecondsInWeek = kSecondsInDay * 7;
// Optional user-configured callback to print custom prefixes.
class PrefixFormatter {