From d83a7a3b3539fcc2d35617a114e2c4ec5aa5618c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 12 Feb 1998 16:44:26 -0800 Subject: [PATCH] bugfix Rev: src/mapping.c:1.25 --- src/mapping.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mapping.c b/src/mapping.c index b0663a51a7..ce1b786be0 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: mapping.c,v 1.24 1997/11/08 01:34:41 hubbe Exp $"); +RCSID("$Id: mapping.c,v 1.25 1998/02/13 00:44:26 hubbe Exp $"); #include "main.h" #include "object.h" #include "mapping.h" @@ -928,9 +928,6 @@ void check_mapping(struct mapping *m) if(m->size > (m->hashsize + 3) * AVG_LINK_LENGTH) fatal("Pretty mean hashtable there buster!.\n"); - if(m->size < (m->hashsize - 3) * MIN_LINK_LENGTH) - fatal("Hashsize is too small for mapping.\n"); - if(m->size > 0 && (!m->ind_types || !m->val_types)) fatal("Mapping type fields are... wrong.\n"); -- GitLab