Remove remaining debug code fragment
This commit is contained in:
parent
648b977c1e
commit
827f3f876d
|
@ -1026,7 +1026,6 @@ static void* dmon__thread(void* arg)
|
||||||
struct timeval starttm;
|
struct timeval starttm;
|
||||||
gettimeofday(&starttm, 0);
|
gettimeofday(&starttm, 0);
|
||||||
|
|
||||||
int debug_count = 0;
|
|
||||||
while (!_dmon.quit) {
|
while (!_dmon.quit) {
|
||||||
nanosleep(&req, &rem);
|
nanosleep(&req, &rem);
|
||||||
if (_dmon.num_watches == 0 || _dmon.wait_flag == 1 || pthread_mutex_trylock(&_dmon.mutex) != 0) {
|
if (_dmon.num_watches == 0 || _dmon.wait_flag == 1 || pthread_mutex_trylock(&_dmon.mutex) != 0) {
|
||||||
|
|
Loading…
Reference in New Issue