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:
parent
71a0c53df2
commit
d48fac278b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user