diff options
author | 2004-08-13 13:28:53 +0000 | |
---|---|---|
committer | 2004-08-13 13:28:53 +0000 | |
commit | 7498e8fc47dddd7607ac0f3167ae40fd02fbb486 (patch) | |
tree | 16d8b28f6dacda1f7f5494d317f1461ce6005d67 | |
parent | Remove unused variables (diff) | |
download | wireguard-openbsd-7498e8fc47dddd7607ac0f3167ae40fd02fbb486.tar.xz wireguard-openbsd-7498e8fc47dddd7607ac0f3167ae40fd02fbb486.zip |
More unused variables
-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; |