diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2004-02-15 22:12:32 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2004-02-15 22:12:32 +0000 |
commit | f603a8a33885717d6af640cdc49acfdc27381a10 (patch) | |
tree | bf6204dc2fb33ad38cbe98c8ee3b4ed7e54065da /usr.bin/ktrdump | |
parent | 0bde518078a4f8e75cc5a1aefef23fae5993de52 (diff) | |
download | FreeBSD-src-f603a8a33885717d6af640cdc49acfdc27381a10.zip FreeBSD-src-f603a8a33885717d6af640cdc49acfdc27381a10.tar.gz |
Remove an unused variable.
Diffstat (limited to 'usr.bin/ktrdump')
-rw-r--r-- | usr.bin/ktrdump/ktrdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index 82b4462..7083640 100644 --- a/usr.bin/ktrdump/ktrdump.c +++ b/usr.bin/ktrdump/ktrdump.c @@ -95,7 +95,6 @@ main(int ac, char **av) int in; int c; int i; - int n; /* * Parse commandline arguments. |