From 322c5b95e6f38bc6e2ffaeb91762033522febefc Mon Sep 17 00:00:00 2001 From: joris Date: Mon, 24 Sep 2007 13:56:09 +0000 Subject: unused vars --- usr.bin/cvs/commit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/commit.c') 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 * Copyright (c) 2006 Xavier Santolaria @@ -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]; -- cgit v1.2.3-59-g8ed1b