Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 22932 invoked from network); 14 Sep 2004 13:37:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Sep 2004 13:37:48 -0000 Received: (qmail 77445 invoked by uid 500); 14 Sep 2004 13:37:29 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 77346 invoked by uid 500); 14 Sep 2004 13:37:27 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 77142 invoked by uid 500); 14 Sep 2004 13:37:25 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 14 Sep 2004 13:37:21 -0000 Message-ID: <20040914133721.22727.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/09/14 06:37:21 Modified: src/modules/perl modperl_util.h xs/tables/current/ModPerl FunctionTable.pm Log: Finish removing modperl_clear_symtab()! Submitted by: Steve Hay Revision Changes Path 1.68 +0 -2 modperl-2.0/src/modules/perl/modperl_util.h Index: modperl_util.h =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.h,v retrieving revision 1.67 retrieving revision 1.68 diff -u -u -r1.67 -r1.68 --- modperl_util.h 9 Sep 2004 22:16:37 -0000 1.67 +++ modperl_util.h 14 Sep 2004 13:37:21 -0000 1.68 @@ -94,8 +94,6 @@ */ SV *modperl_slurp_filename(pTHX_ request_rec *r, int tainted); -void modperl_clear_symtab(pTHX_ HV *symtab); - char *modperl_file2package(apr_pool_t *p, const char *file); /** 1.181 +0 -14 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v retrieving revision 1.180 retrieving revision 1.181 diff -u -u -r1.180 -r1.181 --- FunctionTable.pm 13 Sep 2004 22:36:19 -0000 1.180 +++ FunctionTable.pm 14 Sep 2004 13:37:21 -0000 1.181 @@ -359,20 +359,6 @@ ] }, { - 'return_type' => 'void', - 'name' => 'modperl_clear_symtab', - 'args' => [ - { - 'type' => 'PerlInterpreter *', - 'name' => 'my_perl' - }, - { - 'type' => 'HV *', - 'name' => 'symtab' - } - ] - }, - { 'return_type' => 'const char *', 'name' => 'modperl_cmd_END', 'args' => [