Remove unused gc call

vhost_stats_coarse_conn_stats are indexed by vhost, no pid
This commit is contained in:
Diana Corbacho 2017-02-28 15:00:35 +00:00 committed by kjnilsson
parent 3de61fb2f9
commit 3dae757873
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ remove_connection(Id, BIntervals, GIntervals) ->
ets:delete(connection_created_stats, Id),
ets:delete(connection_stats, Id),
delete_samples(connection_stats_coarse_conn_stats, Id, BIntervals),
delete_samples(vhost_stats_coarse_conn_stats, Id, GIntervals),
ok.
remove_channel(Id, BIntervals) ->