Remove unused case clauses to make dialyzer happy

This commit is contained in:
Holger Weiss 2015-04-03 20:37:42 +02:00
parent 94761ff31e
commit 1fa73fd33f
1 changed files with 0 additions and 3 deletions

View File

@ -614,10 +614,7 @@ route_message(From, To, Packet, Type) ->
PrioRes);
_ ->
case Type of
error -> ok;
headline -> ok;
groupchat ->
bounce_offline_message(From, To, Packet);
_ ->
case ejabberd_auth:is_user_exists(LUser, LServer) of
true ->