mmcformat: remove redundant extern declarations

No binary change.
This commit is contained in:
rillig 2023-04-04 20:17:01 +00:00
parent e3a2734871
commit 723f5ee174
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mmcformat.c,v 1.7 2022/05/22 11:27:37 andvar Exp $ */
/* $NetBSD: mmcformat.c,v 1.8 2023/04/04 20:17:01 rillig Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@ -682,11 +682,6 @@ usage(char *program)
}
extern char *optarg;
extern int optind;
extern int optreset;
int
main(int argc, char *argv[])
{