summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journal-file.c')
-rw-r--r--src/journal/journal-file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c
index 5643c0578d..3b4e69fed1 100644
--- a/src/journal/journal-file.c
+++ b/src/journal/journal-file.c
@@ -470,9 +470,6 @@ static int journal_file_refresh_header(JournalFile *f) {
if (r < 0)
return r;
- if (sd_id128_equal(boot_id, f->header->boot_id))
- f->tail_entry_monotonic_valid = true;
-
f->header->boot_id = boot_id;
r = journal_file_set_online(f);
@@ -1797,8 +1794,6 @@ static int journal_file_link_entry(JournalFile *f, Object *o, uint64_t offset) {
f->header->tail_entry_realtime = o->entry.realtime;
f->header->tail_entry_monotonic = o->entry.monotonic;
- f->tail_entry_monotonic_valid = true;
-
/* Link up the items */
n = journal_file_entry_n_items(o);
for (i = 0; i < n; i++) {