diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index 17998090f4..56a6a9c431 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -440,7 +440,6 @@ _pure_ static int compare_with_location(const JournalFile *f, const Location *l, assert(f); assert(l); - assert(current_file); assert(f->location_type == LOCATION_SEEK); assert(IN_SET(l->type, LOCATION_DISCRETE, LOCATION_SEEK));