=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/cvs/commit.c 2006/01/02 08:11:56 1.51 +++ src/usr.bin/cvs/commit.c 2006/03/16 09:06:19 1.52 @@ -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 @@ 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);