24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Remove unused function clause in mod_carboncopy

This commit is contained in:
Holger Weiss 2015-02-11 00:52:47 +01:00
parent f075e92f08
commit 834c680f97

View File

@ -153,9 +153,7 @@ check_and_forward(JID, To, Packet, Direction)->
end; end;
_ -> _ ->
ok ok
end; end.
check_and_forward(_JID, _To, _Packet, _)-> ok.
remove_connection(User, Server, Resource, _Status)-> remove_connection(User, Server, Resource, _Status)->
disable(Server, User, Resource), disable(Server, User, Resource),