From d48fac278b0e9207781afc9e021d02b7e47bc7a5 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 8 Dec 2020 22:01:23 +0100 Subject: [PATCH] sys/ztimer: drop unused internal typedef --- sys/ztimer/util.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/ztimer/util.c b/sys/ztimer/util.c index c55f98714d..280f4e19fa 100644 --- a/sys/ztimer/util.c +++ b/sys/ztimer/util.c @@ -28,12 +28,6 @@ #include "thread.h" #include "ztimer.h" -typedef struct { - mutex_t *mutex; - thread_t *thread; - int timeout; -} mutex_thread_t; - static void _callback_unlock_mutex(void *arg) { mutex_t *mutex = (mutex_t *)arg;