diff options
-rw-r--r-- | pl/plalloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pl/plalloc.c b/pl/plalloc.c index e2848ad74..794145ab5 100644 --- a/pl/plalloc.c +++ b/pl/plalloc.c @@ -19,14 +19,9 @@ pl_alloc_init() if (mem == NULL) return NULL; -#ifndef DEBUG /* fix me... the second parameter (chunk size) should be a member of pl_main_instance_t */ pl_mem = (gs_memory_t *)ialloc_alloc_state(mem, 20000); -#else - pl_mem = gs_malloc_init(mem); -#endif - /* if ialloc fails we return NULL here */ return pl_mem; } |