From ca321df7f0a15bc97a5e273de879e60649b8a07c Mon Sep 17 00:00:00 2001 From: xsa Date: Thu, 16 Mar 2006 09:06:19 +0000 Subject: zap more unused variables. --- usr.bin/cvs/commit.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/cvs/commit.c') diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index 39aa5b4dea0..e1a8970fe69 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.51 2006/01/02 08:11:56 xsa Exp $ */ +/* $OpenBSD: commit.c,v 1.52 2006/03/16 09:06:19 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -221,13 +221,9 @@ cvs_commit_prepare(CVSFILE *cf, void *arg) int cvs_commit_remote(CVSFILE *cf, void *arg) { - int ret; char *repo, fpath[MAXPATHLEN]; - RCSFILE *rf; struct cvsroot *root; - ret = 0; - rf = NULL; repo = NULL; root = CVS_DIR_ROOT(cf); -- cgit v1.2.3-59-g8ed1b