[svn:parrot] r43780 - branches/gc_encapsulate_part1/src/gc

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Feb 8 13:27:23 UTC 2010


Author: bacek
Date: Mon Feb  8 13:27:23 2010
New Revision: 43780
URL: https://trac.parrot.org/parrot/changeset/43780

Log:
Remove outdated function declarations. src/gc/pools.c was removed long
time ago. Time to remove dangling foward declarations.

Modified:
   branches/gc_encapsulate_part1/src/gc/alloc_resources.c
   branches/gc_encapsulate_part1/src/gc/gc_private.h

Modified: branches/gc_encapsulate_part1/src/gc/alloc_resources.c
==============================================================================
--- branches/gc_encapsulate_part1/src/gc/alloc_resources.c	Mon Feb  8 13:27:02 2010	(r43779)
+++ branches/gc_encapsulate_part1/src/gc/alloc_resources.c	Mon Feb  8 13:27:23 2010	(r43780)
@@ -330,7 +330,7 @@
 
 =over 4
 
-=item C<void compact_pool(PARROT_INTERP, Memory_Pools *mem_pools,
+=item C<void compact_pool(PARROT_INTERP, Memory_Pools * const mem_pools,
 Variable_Size_Pool *pool)>
 
 Compact the string buffer pool. Does not perform a GC scan, or mark items

Modified: branches/gc_encapsulate_part1/src/gc/gc_private.h
==============================================================================
--- branches/gc_encapsulate_part1/src/gc/gc_private.h	Mon Feb  8 13:27:02 2010	(r43779)
+++ branches/gc_encapsulate_part1/src/gc/gc_private.h	Mon Feb  8 13:27:23 2010	(r43780)
@@ -438,28 +438,6 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: src/gc/mark_sweep.c */
 
-/* HEADERIZER BEGIN: src/gc/pools.c */
-/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
-
-PARROT_WARN_UNUSED_RESULT
-PARROT_CANNOT_RETURN_NULL
-Fixed_Size_Pool * get_bufferlike_pool(PARROT_INTERP, size_t buffer_size)
-        __attribute__nonnull__(1);
-
-PARROT_IGNORABLE_RESULT
-int /*@alt void@*/
-header_pools_iterate_callback(PARROT_INTERP,
-    int flag,
-    ARGIN_NULLOK(void *arg),
-    NOTNULL(pool_iter_fn func))
-        __attribute__nonnull__(1)
-        __attribute__nonnull__(4);
-
-void initialize_fixed_size_pools(PARROT_INTERP)
-        __attribute__nonnull__(1);
-
-/* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
-/* HEADERIZER END: src/gc/pools.c */
 
 /* HEADERIZER BEGIN: src/gc/alloc_resources.c */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */


More information about the parrot-commits mailing list