From a31ee8c429cd1be20f92ff187a75666e330f0296 Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Wed, 29 Nov 2023 17:22:18 +0000
Subject: mod_admin_shell: Remove timer:info() (it's been debug:timers() for
 some time)

---
 plugins/mod_admin_shell.lua | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'plugins')

diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index ebb481d6..ed1ae561 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -2159,9 +2159,6 @@ function def_env.debug:async(runner_id)
 	return true, ("%d runners pending"):format(c);
 end
 
--- COMPAT: debug:timers() was timer:info() for some time in trunk
-def_env.timer = { info = def_env.debug.timers };
-
 def_env.stats = new_section("Commands to show internal statistics");
 
 local short_units = {
-- 
cgit v1.2.3