diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2022-01-09 20:01:57 +0100 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2022-01-09 23:26:11 +0100 |
| commit | 827f3f876dedab369643795a3c13cbc20eba405b (patch) | |
| tree | dda30b0458345afed75ce68f9554866699d4ba43 | |
| parent | 648b977c1e5d5a07afd6c2be87748a2570ee2e3b (diff) | |
| download | lite-xl-827f3f876dedab369643795a3c13cbc20eba405b.tar.gz lite-xl-827f3f876dedab369643795a3c13cbc20eba405b.zip | |
Remove remaining debug code fragment
| -rw-r--r-- | lib/dmon/dmon.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
