diff options
-rw-r--r-- | usr.bin/cvs/req.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c index 9408916cf8e..7ba28b6d41a 100644 --- a/usr.bin/cvs/req.c +++ b/usr.bin/cvs/req.c @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.20 2005/05/31 08:58:48 xsa Exp $ */ +/* $OpenBSD: req.c,v 1.21 2005/06/10 21:14:47 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -157,8 +157,6 @@ extern char cvs_server_tmpdir[MAXPATHLEN]; static char *cvs_req_args[CVS_PROTO_MAXARG]; static int cvs_req_nargs = 0; -static CVSFILE *cvs_lastdir = NULL; - /* * cvs_req_handle() |