summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rose.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/rose.erl b/rose.erl
index 9ac3895..066a548 100644
--- a/rose.erl
+++ b/rose.erl
@@ -16,7 +16,6 @@ invoke(Id, Op, {ok, Data}) -> 'Remote-Operations-Generic-ROS-PDUs':encode('ROS',
dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op}}) ->
case Op of
{local, 211} -> return(Id, Op, status:status());
- {local, 51} -> ok;
_ -> error
end;