diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-03-31 14:57:33 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-03-31 14:57:33 +0000 |
commit | 213f298b3149ab9281f7dd2f31d73cb27f4581ce (patch) | |
tree | af18eeeff31c87204f80cbe16b7d793e24c9bf78 /usr.bin/cvs/diff.c | |
parent | 12d576fb6d023fc3c5190f077ddc725d6584cb83 (diff) |
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; |