From: Paul Eggert Date: Fri, 14 Nov 2025 07:02:33 +0000 (-0800) Subject: Omit duplicate declaration of ‘usage’ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b471f14aa036b10c5e44bf0c25b41256d15bba;p=thirdparty%2Ftar.git Omit duplicate declaration of ‘usage’ --- diff --git a/src/common.h b/src/common.h index b9d2ae48..24511aaa 100644 --- a/src/common.h +++ b/src/common.h @@ -839,8 +839,6 @@ wasfound (struct name const *c) /* Module tar.c. */ -_Noreturn void usage (int); - bool confirm (const char *message_action, const char *name); void tar_stat_init (struct tar_stat_info *st);