From 1376c62e5f877c8223631222370a7b3e03966044 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 25 May 2021 19:54:27 -0500 Subject: [PATCH] Remove declaration of old deleted function --- src/PlatformThreads.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PlatformThreads.h b/src/PlatformThreads.h index dccd958..c5ca624 100644 --- a/src/PlatformThreads.h +++ b/src/PlatformThreads.h @@ -57,8 +57,6 @@ void PltSetEvent(PLT_EVENT* event); void PltClearEvent(PLT_EVENT* event); int PltWaitForEvent(PLT_EVENT* event); -void PltRunThreadProc(void); - #define PLT_WAIT_SUCCESS 0 #define PLT_WAIT_INTERRUPTED 1