diff options
Diffstat (limited to 'ot_clean.c')
-rw-r--r-- | ot_clean.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -142,5 +142,3 @@ static pthread_t thread_id; | |||
142 | void clean_init(void) { pthread_create(&thread_id, NULL, clean_worker, NULL); } | 142 | void clean_init(void) { pthread_create(&thread_id, NULL, clean_worker, NULL); } |
143 | 143 | ||
144 | void clean_deinit(void) { pthread_cancel(thread_id); } | 144 | void clean_deinit(void) { pthread_cancel(thread_id); } |
145 | |||
146 | const char *g_version_clean_c = "$Source$: $Revision$\n"; | ||