1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/ztimer: drop unused internal typedef

This commit is contained in:
Marian Buschsieweke 2020-12-08 22:01:23 +01:00
parent 71a0c53df2
commit d48fac278b
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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;