mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:06:06 +00:00
ospfd: remove unused usage() function
... forgot this one in the previous patchset. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
baf9c43622
commit
5c689534f6
@ -93,21 +93,6 @@ struct thread_master *master;
|
||||
extern int ospf_apiserver_enable;
|
||||
#endif /* SUPPORT_OSPF_API */
|
||||
|
||||
/* Help information display. */
|
||||
static void __attribute__ ((noreturn))
|
||||
usage (char *progname, int status)
|
||||
{
|
||||
if (status != 0)
|
||||
fprintf (stderr, "Try `%s --help' for more information.\n", progname);
|
||||
else
|
||||
{
|
||||
printf ("Usage : %s [OPTION...]\n\
|
||||
\n\
|
||||
Report bugs to %s\n", progname, FRR_BUG_ADDRESS);
|
||||
}
|
||||
exit (status);
|
||||
}
|
||||
|
||||
/* SIGHUP handler. */
|
||||
static void
|
||||
sighup (void)
|
||||
|
Loading…
Reference in New Issue
Block a user