From b7dcc40469891603af34b4d857167fbbdba60abf Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@miosix.org>
Date: Sun, 30 Apr 2023 16:28:30 +0200
Subject: [PATCH] Remove leftover prototype after refactoring

---
 miosix/kernel/pthread_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/miosix/kernel/pthread_private.h b/miosix/kernel/pthread_private.h
index 4814ee56..51fe7b14 100644
--- a/miosix/kernel/pthread_private.h
+++ b/miosix/kernel/pthread_private.h
@@ -202,6 +202,4 @@ static inline unsigned int IRQdoMutexUnlockAllDepthLevels(pthread_mutex_t *mutex
     return result;
 }
 
-int pthreadCondTimedWaitImpl(pthread_cond_t *cond, pthread_mutex_t *mutex, long long absTime);
-
 } //namespace miosix
-- 
GitLab