# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1538312091 -7200
# Node ID 521df71b263068d0ca927d6907add74f63acdf48
# Parent  b4a82b726495249fb57a8a025e93cd779a6542e5
mod_admin_telnet: Remove unused histogram [luacheck]

diff -r b4a82b726495 -r 521df71b2630 plugins/mod_admin_telnet.lua
--- a/plugins/mod_admin_telnet.lua	Sun Sep 30 14:48:44 2018 +0200
+++ b/plugins/mod_admin_telnet.lua	Sun Sep 30 14:54:51 2018 +0200
@@ -1402,8 +1402,6 @@
 			return self;
 		end
 
-		local raw_histogram = require "util.statistics".get_histogram(data);
-
 		local graph_width, graph_height = 50, 10;
 		local eighth_chars = "   ▁▂▃▄▅▆▇█";