[svn:mod_parrot] r269 - in mod_parrot/trunk: include src
[email protected] Thu, 13 Dec 2007 13:40:16 -0800 (PST)
Newsgroups
perl.cvs.mod_parrot
Message-ID
<[email protected] >
Author: jhorwitz
Date: Thu Dec 13 13:40:15 2007
New Revision: 269
Modified:
mod_parrot/trunk/include/mod_parrot.h
mod_parrot/trunk/src/mod_parrot.c
Log:
remove more shared constant code
Modified: mod_parrot/trunk/include/mod_parrot.h
==============================================================================
--- mod_parrot/trunk/include/mod_parrot.h (original)
+++ mod_parrot/trunk/include/mod_parrot.h Thu Dec 13 13:40:15 2007
@@ -66,4 +66,3 @@
void release_ctx(modparrot_context *);
modparrot_context *get_interp_ctx(Parrot_Interp);
void set_interp_ctx(Parrot_Interp, modparrot_context *);
-void mp_init_constants(Parrot_Interp);
Modified: mod_parrot/trunk/src/mod_parrot.c
==============================================================================
--- mod_parrot/trunk/src/mod_parrot.c (original)
+++ mod_parrot/trunk/src/mod_parrot.c Thu Dec 13 13:40:15 2007
@@ -58,9 +58,6 @@
interp = modparrot_init_interpreter();
Parrot_set_trace(interp, cfg->trace_flags);
- /* initialize constants */
- mp_init_constants(interp);
-
/* run initialization code */
if (cfg->init_path) {