X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-verify.c;h=f2422ff841c0142aa92e2302e9b959dbf27cb728;hb=ae97089d49d1795a35a443b7b830ee666028e733;hp=82b0f0a98bb23a7ffa0bdc657819eabc78f09eb5;hpb=47917e4a4a8f1ee00bb7de3e83f7bfd849abf337;p=elogind.git diff --git a/src/journal/journal-verify.c b/src/journal/journal-verify.c index 82b0f0a98..f2422ff84 100644 --- a/src/journal/journal-verify.c +++ b/src/journal/journal-verify.c @@ -34,10 +34,6 @@ #include "compress.h" #include "fsprg.h" -/* Use six characters to cover the offsets common in smallish journal - * files without adding to many zeros. */ -#define OFSfmt "%06"PRIx64 - static int journal_file_object_verify(JournalFile *f, uint64_t offset, Object *o) { uint64_t i;