From: Wilfried Göesgens Date: Mon, 2 Aug 2010 20:40:32 +0000 (+0000) Subject: * don't flush room/floorlists at the end of each request. This requires a re-bootstrap. X-Git-Tag: v8.01~970 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3362df2463a12d4f4fb61820c55c1197b3cc0eea * don't flush room/floorlists at the end of each request. This requires a re-bootstrap. --- diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 35e9f4ca1..2faa0d574 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -798,17 +798,6 @@ void jsonRoomFlr(void) end_burst(); } - -void -SessionDetachModule_ROOMLIST -(wcsession *sess) -{ - DeleteHash(&sess->Floors); - DeleteHash(&sess->Rooms); - DeleteHash(&sess->FloorsByName); -} - - #define POP3_HOST 0 #define POP3_USERNAME 1 #define POP3_PASSWORD 2