]> mj.ucw.cz Git - libucw.git/commitdiff
OBJ_POOL_SIZE no longer needed.
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 18:40:37 +0000 (18:40 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 18:40:37 +0000 (18:40 +0000)
lib/object.c

index b22374723272ca8301a5678da06c57c45341737f..49405168354cfb8a117a466287d5c497f41e1c2c 100644 (file)
@@ -14,8 +14,6 @@
 #include <string.h>
 #include <stdio.h>
 
-#define OBJ_POOL_SIZE 4096
-
 void
 obj_dump(struct odes *o)
 {