diff options
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 09fe68faacc..b3923efeb21 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.143 2006/04/13 13:15:18 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.144 2006/04/13 16:10:29 joris Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -358,8 +358,6 @@ checkin_diff_file(struct checkin_params *pb) b3 = NULL; out: - cvs_worklist_run(&rcs_temp_files, cvs_worklist_unlink); - if (b1 != NULL) cvs_buf_free(b1); if (b2 != NULL) |