diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 06:36:10 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-05-30 06:36:10 +0000 |
commit | 8561952559451010d73753fc3b2808e45028853b (patch) | |
tree | 464c168947d57e3c32be4f15c60f6b5ce46790c0 /usr.bin/cvs/cvs.c | |
parent | 024851adf68ce855b719df65f5a59fb78c12dc7b (diff) |
nuke cvs_repo_base variable
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 183aa6a01b4..02b2049e7df 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.100 2006/05/27 18:18:06 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.101 2006/05/30 06:36:09 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -57,7 +57,6 @@ char *cvs_rsh = CVS_RSH_DEFAULT; char *cvs_editor = CVS_EDITOR_DEFAULT; char *cvs_homedir = NULL; char *cvs_msg = NULL; -char *cvs_repo_base = NULL; char *cvs_tmpdir = CVS_TMPDIR_DEFAULT; struct cvsroot *current_cvsroot = NULL; |