diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -173,8 +173,6 @@ pthread_t tid_stat = 0; void sigint_handler(int sig) { - if (tid_stat) - pthread_cancel(tid_stat); mscp_stop(m); } |