Skip to content
Snippets Groups Projects
Commit 3cd2035f authored by Federico's avatar Federico
Browse files

Remove leftover commented out code

parent 4f0a4e20
Branches
No related tags found
2 merge requests!40Update to Miosix 2.7,!17Draft: Improved miosix build system and fixed cmake scripts
...@@ -385,19 +385,6 @@ private: ...@@ -385,19 +385,6 @@ private:
T& mutex;///< Reference to locked mutex T& mutex;///< Reference to locked mutex
}; };
/**
* \internal
* This class is used to make a list of threads that are waiting on a condition
* variable or on a semaphore. It is used by the kernel, and should not be used
* by end users.
*/
// class WaitToken : public IntrusiveListItem
// {
// public:
// WaitToken(Thread *thread) : thread(thread) {}
// Thread *thread; ///<\internal Thread that is waiting
// };
/** /**
* A condition variable class for thread synchronization, available from * A condition variable class for thread synchronization, available from
* Miosix 1.53.<br> * Miosix 1.53.<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment