From: Yu Watanabe Date: Wed, 14 Feb 2024 01:32:33 +0000 (+0900) Subject: sd-journal: drop unused function prototype X-Git-Tag: v256-rc1~871 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1cde7f0514f5593f18afbd159a33f092967d30a;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/libsystemd/sd-journal/journal-file.h b/src/libsystemd/sd-journal/journal-file.h index 6b378a20390..81003889735 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);