mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 04:58:24 +08:00
Just remove the dumb comment.
This commit is contained in:
parent
c312d2281b
commit
763240f1af
@ -145,11 +145,6 @@ struct file_id_t {
|
||||
dev_t device{static_cast<dev_t>(-1LL)};
|
||||
ino_t inode{static_cast<ino_t>(-1LL)};
|
||||
uint64_t size{static_cast<uint64_t>(-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<time_t>::min()};
|
||||
long change_nanoseconds{-1};
|
||||
time_t mod_seconds{std::numeric_limits<time_t>::min()};
|
||||
|
Loading…
x
Reference in New Issue
Block a user