[svn:parrot] r38540 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu May 7 19:15:39 UTC 2009


Author: NotFound
Date: Thu May  7 19:15:37 2009
New Revision: 38540
URL: https://trac.parrot.org/parrot/changeset/38540

Log:
[cage] drop an unused declaration

Modified:
   trunk/src/embed.c

Modified: trunk/src/embed.c
==============================================================================
--- trunk/src/embed.c	Thu May  7 16:23:26 2009	(r38539)
+++ trunk/src/embed.c	Thu May  7 19:15:37 2009	(r38540)
@@ -106,9 +106,6 @@
     return make_interpreter(parent, PARROT_NO_FLAGS);
 }
 
-extern void Parrot_initialize_core_pmcs(PARROT_INTERP);
-
-
 /*
 
 =item C<void Parrot_init_stacktop(PARROT_INTERP, void *stack_top)>


More information about the parrot-commits mailing list