From 8daf61876d145bdaec6a330ce50e3571f461a305 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 9 Apr 2021 15:42:06 +0200 Subject: [PATCH] cleanup --- tools/hitag2crack/crack5opencl/threads.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hitag2crack/crack5opencl/threads.h b/tools/hitag2crack/crack5opencl/threads.h index 0442a8f8c..6aa958fad 100644 --- a/tools/hitag2crack/crack5opencl/threads.h +++ b/tools/hitag2crack/crack5opencl/threads.h @@ -128,7 +128,6 @@ int thread_stop(thread_ctx_t *ctx); int thread_start_scheduler(thread_ctx_t *ctx, thread_args_t *t_arg, wu_queue_ctx_t *queue_ctx); bool thread_setEnd(thread_ctx_t *ctx, thread_args_t *t_arg); -void tprintf(const char *restrict format, ...); const char *thread_strerror(int error); const char *thread_status_strdesc(thread_status_t s);