diff options
author | 2006-05-30 06:36:09 +0000 | |
---|---|---|
committer | 2006-05-30 06:36:09 +0000 | |
commit | bd5102eac58d147b0c10f333fa187e83dda1438a (patch) | |
tree | ac53ab0d5a6d6b9d8020e96c2bbb510988414c03 /usr.bin/cvs | |
parent | add CVS_PATH_ATTIC to cvs.h - this shouldve been commited (diff) | |
download | wireguard-openbsd-bd5102eac58d147b0c10f333fa187e83dda1438a.tar.xz wireguard-openbsd-bd5102eac58d147b0c10f333fa187e83dda1438a.zip |
nuke cvs_repo_base variable
Diffstat (limited to 'usr.bin/cvs')
-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; |