gozer 2004/09/20 22:42:44
Modified: xs/tables/current/ModPerl FunctionTable.pm
Log:
Cleanup last of the crumbs leftover from the modperl_global_*_threaded_mpm
removal
Revision Changes Path
1.184 +0 -39 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.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- FunctionTable.pm 17 Sep 2004 00:07:24 -0000 1.183
+++ FunctionTable.pm 21 Sep 2004 05:42:44 -0000 1.184
@@ -2045,11 +2045,6 @@
'args' => []
},
{
- 'return_type' => 'IV',
- 'name' => 'modperl_global_get_threaded_mpm',
- 'args' => []
- },
- {
'return_type' => 'void',
'name' => 'modperl_global_init',
'args' => [
@@ -2101,20 +2096,6 @@
},
{
'return_type' => 'void',
- 'name' => 'modperl_global_init_threaded_mpm',
- 'args' => [
- {
- 'type' => 'apr_pool_t *',
- 'name' => 'p'
- },
- {
- 'type' => 'IV',
- 'name' => 'threaded_mpm'
- }
- ]
- },
- {
- 'return_type' => 'void',
'name' => 'modperl_global_lock',
'args' => [
{
@@ -2134,11 +2115,6 @@
'args' => []
},
{
- 'return_type' => 'void',
- 'name' => 'modperl_global_lock_threaded_mpm',
- 'args' => []
- },
- {
'return_type' => 'request_rec *',
'name' => 'modperl_global_request',
'args' => [
@@ -2222,16 +2198,6 @@
},
{
'return_type' => 'void',
- 'name' => 'modperl_global_set_threaded_mpm',
- 'args' => [
- {
- 'type' => 'void *',
- 'name' => 'arg0'
- }
- ]
- },
- {
- 'return_type' => 'void',
'name' => 'modperl_global_unlock',
'args' => [
{
@@ -2248,11 +2214,6 @@
{
'return_type' => 'void',
'name' => 'modperl_global_unlock_server_rec',
- 'args' => []
- },
- {
- 'return_type' => 'void',
- 'name' => 'modperl_global_unlock_threaded_mpm',
'args' => []
},
{