From 1e789f20bc58cc8a1cb1b4057b045135931b964a Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Fri, 24 Feb 2006 14:34:57 +0000 Subject: remove extra printf; --- usr.bin/rcs/co.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/rcs/co.c') diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index f877e816b80..dcd957f971f 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.53 2006/02/14 13:28:38 xsa Exp $ */ +/* $OpenBSD: co.c,v 1.54 2006/02/24 14:34:56 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -372,9 +372,6 @@ checkout_rev(RCSFILE *file, RCSNUM *frev, const char *dst, int flags, if (utimes(dst, (const struct timeval *)&tv) < 0) cvs_log(LP_ERRNO, "error setting utimes"); } - - if ((verbose == 1) && !(flags & NEWFILE)) - printf("done\n"); } return (0); -- cgit v1.2.3