From d19cc88615a527e10de3c247b5742d6d9befa9db Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Sat, 8 Dec 2018 13:33:22 +0000 Subject: Remove needless global vars. --- telem.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'telem.lua') diff --git a/telem.lua b/telem.lua index 04ac852..c20a185 100755 --- a/telem.lua +++ b/telem.lua @@ -20,7 +20,6 @@ bad_topics["topic"] = true username = os.getenv("USER") current_board = "" -current_thread_index = nil function cat_file(filename) io.input(filename) @@ -338,7 +337,6 @@ for board in lfs.dir(path.join(_BBS_ROOT, "boards")) do end end table.sort(board_names) -message_index = {} -- Build dispatch table mapping chars to functions dispatch = {} -- cgit v1.2.3