diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-15 00:27:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-15 00:27:30 +0000 |
commit | 710892f831964575e635bc92fc227f6c7125fd86 (patch) | |
tree | 59d22d98bd53b15fce6dae7e243055de49f6f85c /usr.sbin | |
parent | 1b15961420fef73ec94f74c7b3fc2433091d7b99 (diff) |
kill unused
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/faithd/faithd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index 20ccc1dfb9a..65b5b1cbfaf 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: faithd.c,v 1.24 2003/05/15 00:26:55 itojun Exp $ */ +/* $OpenBSD: faithd.c,v 1.25 2003/05/15 00:27:29 itojun Exp $ */ /* $KAME: faithd.c,v 1.58 2002/09/08 01:12:30 itojun Exp $ */ /* @@ -260,8 +260,6 @@ daemon_main(int argc, char **argv) /*NOTREACHED*/ default: { - int len; - serverargc = argc - NUMARG; if (serverargc >= MAXARGV) exit_stderr("too many arguments"); |