From 827f3f876dedab369643795a3c13cbc20eba405b Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sun, 9 Jan 2022 20:01:57 +0100 Subject: [PATCH] Remove remaining debug code fragment --- lib/dmon/dmon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dmon/dmon.h b/lib/dmon/dmon.h index 1ff9dc53..3f2bc0c5 100644 --- a/lib/dmon/dmon.h +++ b/lib/dmon/dmon.h @@ -1026,7 +1026,6 @@ static void* dmon__thread(void* arg) struct timeval starttm; gettimeofday(&starttm, 0); - int debug_count = 0; while (!_dmon.quit) { nanosleep(&req, &rem); if (_dmon.num_watches == 0 || _dmon.wait_flag == 1 || pthread_mutex_trylock(&_dmon.mutex) != 0) {