chore(emqx_lwm2m_protocol): rm unused clause
This commit is contained in:
parent
43fc842057
commit
467569d5ac
|
@ -202,7 +202,6 @@ terminate(Reason, Lwm2mState) ->
|
|||
?LOG(error, "process terminated: ~p, lwm2m_state: ~p", [Reason, Lwm2mState]).
|
||||
|
||||
clean_subscribe(_CoapPid, _Error, undefined, _Lwm2mState) -> ok;
|
||||
clean_subscribe(_CoapPid, _Error, _SubTopic, undefined) -> ok;
|
||||
clean_subscribe(CoapPid, {shutdown, Error}, SubTopic, Lwm2mState) ->
|
||||
do_clean_subscribe(CoapPid, Error, SubTopic, Lwm2mState);
|
||||
clean_subscribe(CoapPid, Error, SubTopic, Lwm2mState) ->
|
||||
|
|
Loading…
Reference in New Issue