From: Pavel Rochnyack Date: Mon, 30 May 2016 06:00:38 +0000 (+0600) Subject: perl plugin: Removed commented code X-Git-Tag: collectd-5.5.2~6^2^2~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d6aca8d2ca4ada59b6486285727e040f1688ab61 perl plugin: Removed commented code --- diff --git a/src/perl.c b/src/perl.c index 434e8086..1c0bb4ab 100644 --- a/src/perl.c +++ b/src/perl.c @@ -2143,11 +2143,6 @@ static int perl_shutdown (void) nanosleep (&ts_wait, NULL); } if (thr->running) { - /* This will crash collectd process later due to PERL_SYS_TERM() */ - //ERROR ("perl shutdown: thread hangs inside perl. " - // "Skipped perl interpreter destroy."); - //continue; - ERROR ("perl shutdown: thread hangs inside perl. Thread killed."); pthread_kill (thr->pthread, SIGTERM); }