pipes: remove lingering mentions of 'remote nodes'
Change-Id: I43fe6b0ba77883e2455ecb1ff78bac7d026145c0 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
25d58d6fdb
commit
662c3773f8
2 changed files with 0 additions and 6 deletions
|
@ -58,9 +58,6 @@ void _k_pipe_get_request(struct k_args *RequestOrig)
|
|||
|
||||
mycopypacket(&Request, RequestOrig);
|
||||
|
||||
/* if we end up here, we arrived at destination node and the packet
|
||||
Request is not local */
|
||||
|
||||
/* Now, we need a new packet for processing of the request;
|
||||
the Request package is too small b/c of space lost due to possible
|
||||
embedded local data
|
||||
|
|
|
@ -70,9 +70,6 @@ void _k_pipe_put_request(struct k_args *RequestOrig)
|
|||
|
||||
mycopypacket(&Request, RequestOrig);
|
||||
|
||||
/* if we end up here, we arrived at destination node and the packet
|
||||
Request is not local */
|
||||
|
||||
/* Now, we need a new packet for processing of the request; the
|
||||
Request package is too small b/c of space lost due to possible
|
||||
embedded local data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue