diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chmtx.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/chmtx.c b/src/chmtx.c index c097f2f33..6f53a615f 100644 --- a/src/chmtx.c +++ b/src/chmtx.c @@ -55,18 +55,6 @@ static void prio_enq(Thread *tp, ThreadsQueue *tqp) { tp->p_prev->p_next = cp->p_prev = tp;
}
-/*
- * 0 +++BL++------------------2+++--8++++++++++BU0----------------------------
- * 1 .......++AL++--2+++++++++BL....8..........++++++++BU8++++AU1-------------
- * 2 .............++AL..............................................----++AU++
- * 8 .............................++AL........................++++++AU++......
- *
- *
- * 5 ++++++++++++++++++AL+....9++++++++++++++AU5------------------------------
- * 7 .....................++--------------------------------------------------
- * 9 .......................++AL.............+++++++++AU++++++++++++++++++++++
- */
-
/**
* Locks the specified mutex.
* @param mp pointer to the \p Mutex structure
|