]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Omit duplicate declaration of ‘usage’
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2025 07:02:33 +0000 (23:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Nov 2025 23:10:48 +0000 (15:10 -0800)
src/common.h

index b9d2ae48a051bd16e78da37e750478671006cc77..24511aaa3fb3799445a09791021572a29873eb59 100644 (file)
@@ -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);