diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-13 13:28:54 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-13 13:28:54 +0000 |
commit | 4503711213c4fde4c74266efaae91e6daa6561af (patch) | |
tree | 8e2e38def9a1c07b8078b87e2fff3182fbca25dd /usr.bin/cvs | |
parent | ff3e92c23352b82d802095bcc8217a0e41e76ec7 (diff) |
More unused variables
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/file.c | 6 |
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; |