diff options
author | 2007-09-24 13:56:09 +0000 | |
---|---|---|
committer | 2007-09-24 13:56:09 +0000 | |
commit | 322c5b95e6f38bc6e2ffaeb91762033522febefc (patch) | |
tree | 5752c7cc1203f4e2b13dcd20552df6cd043e4027 /usr.bin/cvs/commit.c | |
parent | add support to commit modified files to branches. (diff) | |
download | wireguard-openbsd-322c5b95e6f38bc6e2ffaeb91762033522febefc.tar.xz wireguard-openbsd-322c5b95e6f38bc6e2ffaeb91762033522febefc.zip |
unused vars
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index 02bc1240de3..8ebb4e8f1c2 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.112 2007/09/24 13:44:20 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.113 2007/09/24 13:56:09 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> @@ -264,7 +264,7 @@ cvs_commit_local(struct cvs_file *cf) int onbranch, isnew, histtype; RCSNUM *nrev, *crev, *rrev, *brev; int openflags, rcsflags; - char foo[24], rbuf[24], nbuf[24]; + char rbuf[24], nbuf[24]; CVSENTRIES *entlist; char attic[MAXPATHLEN], repo[MAXPATHLEN], rcsfile[MAXPATHLEN]; |