stas 2004/07/14 12:20:04
Modified: src/modules/perl mod_perl.c Log: remove the bogus code Revision Changes Path 1.219 +0 -6 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v retrieving revision 1.218 retrieving revision 1.219 diff -u -u -r1.218 -r1.219 --- mod_perl.c 10 Jul 2004 00:36:19 -0000 1.218 +++ mod_perl.c 14 Jul 2004 19:20:04 -0000 1.219 @@ -35,7 +35,6 @@ return MP_threads_started; } - #ifndef USE_ITHREADS static apr_status_t modperl_shutdown(void *data) { @@ -43,11 +42,6 @@ PerlInterpreter *perl = (PerlInterpreter *)cdata->data; void **handles; - /* reset for restarts */ - if (scfg->threaded_mpm) { - MP_threads_started = 0; - } - handles = modperl_xs_dl_handles_get(aTHX); MP_TRACE_i(MP_FUNC, "destroying interpreter=0x%lx\n",