From 763240f1afed66641d92da077653cb5b3ec76d90 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 17 Jul 2022 14:41:35 -0700 Subject: [PATCH] Just remove the dumb comment. --- src/wutil.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wutil.h b/src/wutil.h index 80e6c258c..cf05fc2df 100644 --- a/src/wutil.h +++ b/src/wutil.h @@ -145,11 +145,6 @@ struct file_id_t { dev_t device{static_cast(-1LL)}; ino_t inode{static_cast(-1LL)}; uint64_t size{static_cast(-1LL)}; - /* some platforms handle negative time_t - values to represent WW1-era dates, initialize ancient - for the sake of comparisons. - tv_nsec's meaningful values are REALLY [0, 999999999] - this nanosecond component we'll initialize at 0. */ time_t change_seconds{std::numeric_limits::min()}; long change_nanoseconds{-1}; time_t mod_seconds{std::numeric_limits::min()};