We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56d38b commit 6426159Copy full SHA for 6426159
1 file changed
core/src/kmrm.c
@@ -17,15 +17,6 @@
17
#define RK_SOURCE_CODE
18
19
#include <kmrm.h>
20
-/**
21
- * when I thought about the most-recent message idea, that i would call
22
- * pump-drop messages, i thought i was creating smth original
23
- * for my surprise the same idea dates from end of the 80s and is used
24
- * on HARTIK operating system, called CABs: cyclical asynchrononous buffers
25
- * i wonder if it happens i read that before and then pulled out
26
- * then, i kept the original operation names for operations with get(), publis(
27
- * and unget()
28
- */
29
30
#if (RK_CONF_MRM == ON)
31
/******************************************************************************/
0 commit comments