summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-04-13 16:10:30 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-04-13 16:10:30 +0000
commitd2336b812c8cd53e6fa365b565a0f7c44a88a0f1 (patch)
treee12a162cab6a50e371a3d0aaa2df16c90d6a5ecc /usr.bin/rcs/ci.c
parent4df9fec3aa1ac418d17d5ad5816be644f620e157 (diff)
clean up temporary files when we finish running.
"cool" niallo@
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r--usr.bin/rcs/ci.c4
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)