aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-30 14:54:51 +0200
committerKim Alvefur <zash@zash.se>2018-09-30 14:54:51 +0200
commitd334d70ca671f3a4e59dac5a43cb76c88562eda8 (patch)
tree8b748d6432ade025c036d8aa0b134aebbc4a8f39 /plugins
parent86b9efb4baacbb227f9c6b9ea9246bd17d8ee5ae (diff)
downloadprosody-d334d70ca671f3a4e59dac5a43cb76c88562eda8.tar.gz
prosody-d334d70ca671f3a4e59dac5a43cb76c88562eda8.zip
mod_admin_telnet: Remove unused histogram [luacheck]
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_admin_telnet.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mod_admin_telnet.lua b/plugins/mod_admin_telnet.lua
index 430fc2f3..41595540 100644
--- a/plugins/mod_admin_telnet.lua
+++ b/plugins/mod_admin_telnet.lua
@@ -1402,8 +1402,6 @@ function stats_methods:histogram()
return self;
end
- local raw_histogram = require "util.statistics".get_histogram(data);
-
local graph_width, graph_height = 50, 10;
local eighth_chars = " ▁▂▃▄▅▆▇█";