From ad9e577e8b2f6431d48a6a64fd95aff432e48441 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 10 Mar 2022 20:01:25 -0800 Subject: More Deterministic --- include/util/mutex.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/util/mutex.h') diff --git a/include/util/mutex.h b/include/util/mutex.h index 61237b8..ab318b4 100644 --- a/include/util/mutex.h +++ b/include/util/mutex.h @@ -15,6 +15,4 @@ struct Mutex { void* addr; } __attribute__((packed, aligned(4))); -struct Mutex* create_mutex(void* addr); - #endif -- cgit v1.2.1