summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-13 13:28:54 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-13 13:28:54 +0000
commit4503711213c4fde4c74266efaae91e6daa6561af (patch)
tree8e2e38def9a1c07b8078b87e2fff3182fbca25dd /usr.bin/cvs
parentff3e92c23352b82d802095bcc8217a0e41e76ec7 (diff)
More unused variables
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/file.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index 0b00281879b..d7fb666d2f5 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.28 2004/08/13 12:44:25 jfb Exp $ */
+/* $OpenBSD: file.c,v 1.29 2004/08/13 13:28:53 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -410,7 +410,6 @@ int
cvs_file_attach(CVSFILE *parent, CVSFILE *file)
{
struct cvs_dir *dp;
- struct cvs_ent *ent;
if (parent->cf_type != DT_DIR)
return (-1);
@@ -744,10 +743,7 @@ static CVSFILE*
cvs_file_lget(const char *path, int flags, CVSFILE *parent)
{
int cwd;
- size_t len;
- char buf[32];
struct stat st;
- struct tm lmtm;
CVSFILE *cfp;
struct cvs_ent *ent;