From d1cde7f0514f5593f18afbd159a33f092967d30a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 14 Feb 2024 10:32:33 +0900 Subject: [PATCH] sd-journal: drop unused function prototype Follow-up for 8b4fbbb0a121028c9304e96df322ce491f551e34. The function was renamed and moved by 035b0f8fe8c1883b17d864f15f99846ab206099d. Maybe the prototype is mistakenly re-introduced on rebase. --- src/libsystemd/sd-journal/journal-file.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsystemd/sd-journal/journal-file.h b/src/libsystemd/sd-journal/journal-file.h index 6b378a2039..8100388973 100644 --- a/src/libsystemd/sd-journal/journal-file.h +++ b/src/libsystemd/sd-journal/journal-file.h @@ -310,7 +310,6 @@ void journal_file_print_header(JournalFile *f); int journal_file_archive(JournalFile *f, char **ret_previous_path); int journal_file_parse_uid_from_filename(const char *path, uid_t *uid); -JournalFile* journal_initiate_close(JournalFile *f, Set *deferred_closes); int journal_file_dispose(int dir_fd, const char *fname); -- 2.25.1