From fd39832a0a70f429425e4096e4eab2ac71c97b45 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 29 May 2017 08:11:41 +0100 Subject: [PATCH] Modperl: ZNC::Core::Init is not used anymore for a long time. The code which calls it didn't check for errors. --- modules/modperl.cpp | 3 --- 1 file changed, 3 deletions(-) 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; }