[svn:mod_parrot] r418 - mod_parrot/trunk/lib

[email protected] Mon, 1 Sep 2008 12:19:50 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Mon Sep  1 12:19:48 2008
New Revision: 418

Modified:
   mod_parrot/trunk/lib/mod_parrot.pir

Log:
remove dlfunc for unused function


Modified: mod_parrot/trunk/lib/mod_parrot.pir
==============================================================================
--- mod_parrot/trunk/lib/mod_parrot.pir	(original)
+++ mod_parrot/trunk/lib/mod_parrot.pir	Mon Sep  1 12:19:48 2008
@@ -78,9 +78,6 @@
     dlfunc func, nul, "mpnci_csd", "pJ"
     set_root_global [ '_modparrot'; 'NCI' ], "csd", func
 
-    dlfunc func, nul, "mpnci_dirconfig", "pJ"
-    set_root_global [ '_modparrot'; 'NCI' ], "modparrot_dirconfig", func
-
     # load required libraries
     load_bytecode 'Protoobject.pbc'
     load_bytecode 'ModParrot/Interpreter.pbc'