[svn:parrot] r41543 - trunk/src/gc
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Mon Sep 28 23:42:55 UTC 2009
Author: darbelo
Date: Mon Sep 28 23:42:52 2009
New Revision: 41543
URL: https://trac.parrot.org/parrot/changeset/41543
Log:
Remove duplicated ASSERT_ARGS definitions.
Modified:
trunk/src/gc/gc_private.h
Modified: trunk/src/gc/gc_private.h
==============================================================================
--- trunk/src/gc/gc_private.h Mon Sep 28 08:39:28 2009 (r41542)
+++ trunk/src/gc/gc_private.h Mon Sep 28 23:42:52 2009 (r41543)
@@ -429,10 +429,6 @@
void initialize_fixed_size_pools(PARROT_INTERP)
__attribute__nonnull__(1);
-#define ASSERT_ARGS_get_bufferlike_pool __attribute__unused__ int _ASSERT_ARGS_CHECK = \
- PARROT_ASSERT_ARG(interp)
-#define ASSERT_ARGS_initialize_fixed_size_pools __attribute__unused__ int _ASSERT_ARGS_CHECK = \
- PARROT_ASSERT_ARG(interp)
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: src/gc/pools.c */
More information about the parrot-commits
mailing list