]> granicus.if.org Git - ejabberd/commitdiff
Remove unused variable
authorBadlop <badlop@process-one.net>
Tue, 19 Jul 2011 19:28:22 +0000 (21:28 +0200)
committerBadlop <badlop@process-one.net>
Tue, 19 Jul 2011 20:14:59 +0000 (22:14 +0200)
src/mod_muc/mod_muc.erl

index f20ae4936bb055d70c1c17520b64d44839351fda..791e5e0d9a9b6b1318fe5540c7fb3aeeeffb9b03 100644 (file)
@@ -415,8 +415,7 @@ handle_cast(_Msg, State) ->
 %% Description: Handling all non call/cast messages
 %%--------------------------------------------------------------------
 handle_info({route, From, To, Packet},
-           #state{host = HostOrGlobal,
-                  server_host = ServerHost,
+           #state{server_host = ServerHost,
                   access = Access,
                   default_room_opts = DefRoomOpts,
                   history_size = HistorySize,