Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_roster.erl')
-rw-r--r--src/mod_roster.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_roster.erl b/src/mod_roster.erl
index 31fbeb1d2..0677605ac 100644
--- a/src/mod_roster.erl
+++ b/src/mod_roster.erl
@@ -1005,7 +1005,6 @@ send_unsubscription_to_rosteritems(LUser, LServer) ->
end,
RosterItems).
-%% @spec (From::jid(), Item::roster()) -> ok
send_unsubscribing_presence(From, Item) ->
IsTo = case Item#roster.subscription of
both -> true;