sys/ztimer: drop unused internal typedef
This commit is contained in:
parent
71a0c53df2
commit
d48fac278b
@ -28,12 +28,6 @@
|
|||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "ztimer.h"
|
#include "ztimer.h"
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
mutex_t *mutex;
|
|
||||||
thread_t *thread;
|
|
||||||
int timeout;
|
|
||||||
} mutex_thread_t;
|
|
||||||
|
|
||||||
static void _callback_unlock_mutex(void *arg)
|
static void _callback_unlock_mutex(void *arg)
|
||||||
{
|
{
|
||||||
mutex_t *mutex = (mutex_t *)arg;
|
mutex_t *mutex = (mutex_t *)arg;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user