From: Martin Mares Date: Wed, 22 Jan 2003 18:40:37 +0000 (+0000) Subject: OBJ_POOL_SIZE no longer needed. X-Git-Tag: holmes-import~1295 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=442524b64591afffdd0964a5ec923197371e9676;p=libucw.git OBJ_POOL_SIZE no longer needed. --- diff --git a/lib/object.c b/lib/object.c index b2237472..49405168 100644 --- a/lib/object.c +++ b/lib/object.c @@ -14,8 +14,6 @@ #include #include -#define OBJ_POOL_SIZE 4096 - void obj_dump(struct odes *o) {