diff options
author | 2005-03-31 14:57:32 +0000 | |
---|---|---|
committer | 2005-03-31 14:57:32 +0000 | |
commit | 3a6c46cb5f8c4ba39255831bd25766b0f6369c59 (patch) | |
tree | 3ed9c62ddd7975b04608a17d93ac34e2c33b7d0e /usr.bin/cvs/diff.c | |
parent | - Correct on/off and up/down about DIP switches; The hardware manual (diff) | |
download | wireguard-openbsd-3a6c46cb5f8c4ba39255831bd25766b0f6369c59.tar.xz wireguard-openbsd-3a6c46cb5f8c4ba39255831bd25766b0f6369c59.zip |
remove unused variable.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 38fa4df1ff2..357c51c54ba 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.23 2005/03/30 17:43:04 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.24 2005/03/31 14:57:32 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -246,8 +246,6 @@ static char *match_function(const long *, int, FILE *); static char *preadline(int, size_t, off_t); -extern int cvs_client; - static int aflag, bflag, dflag, iflag, Nflag, pflag, tflag, Tflag, wflag; static int context, status; static int format = D_NORMAL; |