diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-06-10 21:14:48 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-06-10 21:14:48 +0000 |
commit | 6cf5ce599fdfc2a470a70283e615864d3d405d2a (patch) | |
tree | ab8b0096fe1d413cec15a10d4826382a0a6a1af3 /usr.bin/cvs | |
parent | 73143948c706a14d99e2c96b0f2276ee32c9d35f (diff) |
unused variable.
Diffstat (limited to 'usr.bin/cvs')
-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() |