diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-02-28 20:24:26 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-02-28 20:24:26 +0000 |
commit | 3c1206b97c7ffc2cefd3407e7e8eac5a9b241e98 (patch) | |
tree | f2cfb1bf13f31aea6f88e81284b363eb74f13e3b /usr.bin/cvs/rcs.c | |
parent | 294ca420e25d623717c2ab9ca7a7b8f3f77fb626 (diff) |
kill way out of date stuff
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r-- | usr.bin/cvs/rcs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index 8ed43db859b..644bbcd1284 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.251 2008/02/27 22:34:04 joris Exp $ */ +/* $OpenBSD: rcs.c,v 1.252 2008/02/28 20:24:25 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -3133,8 +3133,6 @@ rcs_rev_write_fd(RCSFILE *rfp, RCSNUM *rev, int fd, int mode) } while ((lp = TAILQ_NEXT(lp, l_list)) != nlp); } - /* XXX: do we need to call futimes(2) on the output fd? */ - cvs_freelines(lines); } |