Modperl: ZNC::Core::Init is not used anymore for a long time.

The code which calls it didn't check for errors.
This commit is contained in:
Alexey Sokolov
2017-05-29 08:11:41 +01:00
parent dd63271c27
commit fd39832a0a

View File

@@ -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;
}