diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 06:52:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 06:52:56 -0500 |
| commit | 17791cc09ac79a1ee54de1626f85f95039fb506e (patch) | |
| tree | f4006b734043550fd2a183840ec50302018bf257 /ospfd/ospf_main.c | |
| parent | baf9c436222ef0901caf2ba694f87a2746ddcd02 (diff) | |
| parent | 6a5e07e0c60b93fdc2ccb076a3ee3d20ef05453e (diff) | |
Merge pull request #263 from opensourcerouting/assorted-20170308
assorted bits
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 5705dad5d4..f462c207e4 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -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) |
