Skip to content

Commit

Permalink
Removed redundant delete message call from com user guide example
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Sep 23, 2021
1 parent 14b5ad1 commit 025dc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/com/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ procedure. Below is a read procedure for our memory BFM.
receive_reply(net, request_msg, reply_msg);
msg_type := message_type(reply_msg);
data := pop(reply_msg);
delete(reply_msg);
end;
``receive_reply`` will block until the specified message is received. All other incoming messages will be ignored but
Expand Down

0 comments on commit 025dc5c

Please sign in to comment.