Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
c137ce03
Commit
c137ce03
authored
Mar 27, 2018
by
yoogx
Browse files
* Remove bogus debug message
parent
01371985
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_gqueue.c
View file @
c137ce03
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2010-201
7
ESA & ISAE.
* Copyright (C) 2010-201
8
ESA & ISAE.
*/
#include
<po_hi_config.h>
...
...
@@ -432,10 +432,8 @@ void __po_hi_gqueue_wait_for_incoming_event (__po_hi_task_id id,
__PO_HI_INSTRUMENTATION_VCD_WRITE
(
"1t%d
\n
"
,
id
);
}
__DEBUGMSG
(
"[GQUEUE] Gogo kiki
\n
"
);
*
port
=
__po_hi_gqueues_global_history
[
id
][
__po_hi_gqueues_global_history_offset
[
id
]];
#if defined (POSIX) || defined (RTEMS_POSIX) || defined (XENO_POSIX)
pthread_mutex_unlock
(
&
__po_hi_gqueues_mutexes
[
id
]);
#elif defined (XENO_NATIVE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment