From e29369fadb993c09bf751a5df8f32143015da4a3 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 24 Oct 2005 21:57:20 +0000 Subject: [PATCH] Clean up rev. 1.30. --- src/lib/common/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/common/file.c b/src/lib/common/file.c index b8a71f7f..f907c2c4 100644 --- a/src/lib/common/file.c +++ b/src/lib/common/file.c @@ -333,7 +333,6 @@ ef_write(int type, int id, void *from) to = ep->cache + (id - ep->baseid) * ep->size; memcpy(to, from, ep->size); } - CANT_HAPPEN(id > ep->fids); if (id >= ep->fids) { /* write beyond end of file extends it, take note */ ep->fids = id + 1;