diff --git a/modules/modperl.cpp b/modules/modperl.cpp index dd434adc..c919602d 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -112,9 +112,6 @@ class CModPerl : public CModule { return false; } PL_exit_flags |= PERL_EXIT_DESTRUCT_END; - PSTART; - PCALL("ZNC::Core::Init"); - PEND; return true; }