diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2006-10-11 17:13:01 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2006-10-11 17:13:01 +0000 |
commit | 02ee193af8882c8c59b3c14c88f1fd9c41965758 (patch) | |
tree | 7183dbd25398d3500ec680d5871526dda43fa8ac /pl | |
parent | 68be88454e55dee95a4fc741b0395d7e170bbf12 (diff) |
Comment cleanup.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2628 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r-- | pl/plmain.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/pl/plmain.c b/pl/plmain.c index 610eedbd8..e35823c3d 100644 --- a/pl/plmain.c +++ b/pl/plmain.c @@ -446,16 +446,9 @@ pl_main( return -1; } -#ifdef DEBUG - if ( gs_debug_c(':') ) { -#if 0 -/* pulling wrapped memory allocators */ - gs_malloc_memory_t *rawheap = gs_malloc_wrapped_contents(mem); - pl_print_usage(&inst, "Final"); - dprintf1("%% Max allocated = %ld\n", rawheap->max_used); -#endif - } -#endif + /* We lost the ability to print peak memory usage with the loss + * of the memory wrappers. + */ /* release param list */ gs_c_param_list_release(¶ms); |