summaryrefslogtreecommitdiff
path: root/src/platform/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/mutex.c')
-rw-r--r--src/platform/mutex.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/platform/mutex.c b/src/platform/mutex.c
deleted file mode 100644
index 2aeb825..0000000
--- a/src/platform/mutex.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "mutex.h"
-
-#if defined(CEL_PLATFORM_LINUX) || defined(CEL_PLATFORM_MAC)
-// TODO: implement in terms of pthreads
-#endif
-
-#if defined(CEL_PLATFORM_WINDOWS)
-// TODO: implement using win32 api
-#endif \ No newline at end of file