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
8c2af7d1
Commit
8c2af7d1
authored
Jul 06, 2017
by
yoogx
Browse files
* Remove useless variable msg
Part of openaadl/ocarina#99
parent
e9ce1efe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_transport.c
View file @
8c2af7d1
...
...
@@ -67,7 +67,6 @@ int __po_hi_xtratum_port[__PO_HI_NB_PORTS];
int
__po_hi_transport_send
(
__po_hi_task_id
id
,
__po_hi_port_t
port
)
{
__po_hi_msg_t
msg
;
__po_hi_request_t
*
request
;
__po_hi_uint8_t
ndest
;
__po_hi_uint8_t
i
;
...
...
@@ -112,7 +111,6 @@ int __po_hi_transport_send (__po_hi_task_id id, __po_hi_port_t port)
destination_entity
=
__po_hi_get_entity_from_global_port
(
destination_port
);
assert
(
destination_entity
!=
-
1
);
__PO_HI_DEBUG_DEBUG
(
"
\t
%d (entity=%d)"
,
destination_port
,
destination_entity
);
__po_hi_msg_reallocate
(
&
msg
);
request
->
port
=
destination_port
;
...
...
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