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 <[EMAIL PROTECTED]>
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' => [