Kernel: remove unused CHECK_DEADLOCK definition
This commit is contained in:
parent
18ae423990
commit
e538509508
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@
|
|||
#define SENDNB 5 /* nonblocking send */
|
||||
#define SENDA 16 /* asynchronous send */
|
||||
|
||||
/* The following bit masks determine what checks that should be done. */
|
||||
#define CHECK_DEADLOCK 0x03 /* 0000 0011 : check for deadlock */
|
||||
|
||||
#define WILLRECEIVE(target, source_ep) \
|
||||
((RTS_ISSET(target, RECEIVING) && !RTS_ISSET(target, SENDING)) && \
|
||||
(target->p_getfrom_e == ANY || target->p_getfrom_e == source_ep))
|
||||
|
|
Loading…
Reference in a new issue