pipes: remove lingering mentions of 'remote nodes'

Change-Id: I43fe6b0ba77883e2455ecb1ff78bac7d026145c0
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2015-09-01 11:48:48 -04:00 committed by Anas Nashif
commit 662c3773f8
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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