]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove old commented-out code (Im still not a janitor... please)
authorMathieu Rene <mrene@avgs.ca>
Thu, 2 Apr 2009 18:49:00 +0000 (18:49 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 2 Apr 2009 18:49:00 +0000 (18:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12893 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_limit/mod_limit.c

index 944f0c08bf1465d981496f1351545617f6429c15..1266de65627b2960941199b4e50f21048e4f9d27 100644 (file)
@@ -351,7 +351,6 @@ static switch_status_t hash_state_handler(switch_core_session_t *session)
                switch_mutex_lock(globals.limit_hash_mutex);
 
                /* Loop through the channel's hashtable which contains mapping to all the limit_hash_item_t referenced by that channel */
-               //for(hi = switch_hash_first(NULL, pvt->hash); hi; hi = switch_hash_next(hi))
                while((hi = switch_hash_first(NULL, pvt->hash)))
                {
                        void *val = NULL;