Skip to content

Commit

Permalink
Remove unnecessary opt* definations.
Browse files Browse the repository at this point in the history
  • Loading branch information
delphij committed Feb 21, 2009
1 parent 03f1dea commit aabdbf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions usr.bin/ktrdump/ktrdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ __FBSDID("$FreeBSD$");
#define USAGE \
"usage: ktrdump [-cfqrt] [-e execfile] [-i ktrfile] [-m corefile] [-o outfile]\n"

extern char *optarg;
extern int optind;

static void usage(void);

static struct nlist nl[] = {
Expand Down

0 comments on commit aabdbf3

Please sign in to comment.