summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r--usr.bin/cvs/commit.c6
1 files changed, 1 insertions, 5 deletions
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 <jfb@openbsd.org>
* 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);