summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/util.c')
-rw-r--r--usr.bin/cvs/util.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c
index ca3c7d88d0a..1aac6f567a5 100644
--- a/usr.bin/cvs/util.c
+++ b/usr.bin/cvs/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.148 2009/02/21 13:39:59 joris Exp $ */
+/* $OpenBSD: util.c,v 1.149 2009/02/23 21:32:08 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2005, 2006 Joris Vink <joris@openbsd.org>
@@ -678,14 +678,6 @@ cvs_mkpath(const char *path, char *tag)
if (p != NULL)
*p = '/';
}
-
- if (cvs_server_active == 1 && strcmp(rpath, ".")) {
- if (tag != NULL) {
- (void)xsnprintf(sticky, sizeof(sticky),
- "T%s", tag);
- cvs_server_set_sticky(rpath, sticky);
- }
- }
}
xfree(dir);