summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-05-22 17:47:54 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-05-22 17:47:54 +0000
commit4d42806514781c6e1511b2cb298b0c1a235c8168 (patch)
treee6a10a12a21afd9d9645afc304901093f720104a /usr.bin/cvs/file.c
parent20945b8f22ed6160442c3a3fc82c3606b1b28027 (diff)
unused variable
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index fcb129a3394..de3cbac2dc5 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.75 2005/05/20 17:23:18 joris Exp $ */
+/* $OpenBSD: file.c,v 1.76 2005/05/22 17:47:53 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -614,13 +614,12 @@ cvs_file_getdir(CVSFILE *cf, int flags, char *path, int (*cb)(CVSFILE *, void *)
char *cur, *np;
char pbuf[MAXPATHLEN], fpath[MAXPATHLEN];
struct dirent *ent;
- CVSFILE *cfp, *moo;
+ CVSFILE *cfp;
struct cvs_ent *cvsent;
struct cvs_flist dirs;
DIR *dirp;
CVSENTRIES *entfile;
- moo = NULL;
check_entry = ndirs = nfiles = 0;
SIMPLEQ_INIT(&dirs);