From 58b471f14aa036b10c5e44bf0c25b41256d15bba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 13 Nov 2025 23:02:33 -0800 Subject: [PATCH] =?UTF-8?q?Omit=20duplicate=20declaration=20of=20=E2=80=98?= =?UTF-8?q?usage=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.h | 2 -- 1 file changed, 2 deletions(-) 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);