diff options
Diffstat (limited to 'usr.bin/cvs/checkout.c')
-rw-r--r-- | usr.bin/cvs/checkout.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c index 202c508c7e4..abcaf193522 100644 --- a/usr.bin/cvs/checkout.c +++ b/usr.bin/cvs/checkout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checkout.c,v 1.144 2008/05/22 15:45:01 tobias Exp $ */ +/* $OpenBSD: checkout.c,v 1.145 2008/06/08 03:03:07 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -269,8 +269,6 @@ checkout_check_repository(int argc, char **argv) return; } - cvs_directory_tag = cvs_specified_tag; - for (i = 0; i < argc; i++) { mc = cvs_module_lookup(argv[i]); current_module = mc; |