From 7e4f2d3b4582cd7214ab37c43e56d5136cdf776b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 15 Oct 1996 06:01:18 +0200 Subject: [PATCH] HTABLE_SIZE removed (as stralloc.c now rehashes the hashtable when needed) Rev: src/config.h:1.3 --- src/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config.h b/src/config.h index 587230359d..17e4b40ccb 100644 --- a/src/config.h +++ b/src/config.h @@ -23,11 +23,6 @@ */ #define MAX_LOCAL 256 -/* - * Define the size of the shared string hash table. - */ -#define HTABLE_SIZE 9997 - /* * Define the size of the cache that is used for method lookup. */ -- GitLab