Author: stevehay
Date: Mon Nov 4 08:25:57 2013
New Revision: 1538522
URL: http://svn.apache.org/r1538522
Log:
Revision 1538006 did this for 2.4, but should have done likewise for 2.2 too.
Modified:
perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm
Modified:
perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm
URL:
http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm?rev=1538522&r1=1538521&r2=1538522&view=diff
==============================================================================
---
perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm
(original)
+++
perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm
Mon Nov 4 08:25:57 2013
@@ -4425,19 +4425,6 @@ $ModPerl::FunctionTable = [
]
},
{
- 'return_type' => 'char *',
- 'name' => 'modperl_pid_tid',
- 'attr' => [
- '__inline__'
- ],
- 'args' => [
- {
- 'type' => 'apr_pool_t *',
- 'name' => 'p'
- }
- ]
- },
- {
'return_type' => 'SV *',
'name' => 'modperl_pnotes',
'args' => [