summaryrefslogtreecommitdiffstats
path: root/collectors/systemd-journal.plugin/systemd-journal.c
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-08-21 17:27:40 +0300
committerGitHub <noreply@github.com>2023-08-21 17:27:40 +0300
commit2c46b3a631c56f50c1e5f213d7a1ec27889a6085 (patch)
tree63ede4275af3e32d2b6de249113fa7d3035191d0 /collectors/systemd-journal.plugin/systemd-journal.c
parent28d9cdabcd518d68a17ae4be6fc01eeb59281a2d (diff)
packaging cleanup after #15842 (#15857)
Diffstat (limited to 'collectors/systemd-journal.plugin/systemd-journal.c')
-rw-r--r--collectors/systemd-journal.plugin/systemd-journal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/collectors/systemd-journal.plugin/systemd-journal.c b/collectors/systemd-journal.plugin/systemd-journal.c
index 3de759791f..2afcbf5e77 100644
--- a/collectors/systemd-journal.plugin/systemd-journal.c
+++ b/collectors/systemd-journal.plugin/systemd-journal.c
@@ -557,9 +557,6 @@ int main(int argc __maybe_unused, char **argv __maybe_unused) {
error_log_errors_per_period = 100;
error_log_throttle_period = 3600;
- // initialize the threads
- netdata_threads_init_for_external_plugins(0); // set the default threads stack size here
-
uids = dictionary_create(0);
gids = dictionary_create(0);