=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- src/usr.bin/cvs/update.c 2006/05/27 16:10:01 1.63 +++ src/usr.bin/cvs/update.c 2006/05/27 21:20:52 1.64 @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.63 2006/05/27 16:10:01 joris Exp $ */ +/* $OpenBSD: update.c,v 1.64 2006/05/27 21:20:52 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -184,8 +184,6 @@ if (ent->ce_status == CVS_ENT_REMOVED) { isempty = 0; cvs_ent_free(ent); - cvs_ent_close(entlist, - ENT_NOSYNC); break; }