Removed dead code

This commit is contained in:
Lars Mueller 2021-03-27 20:11:07 +01:00
parent adb4b4fdaf
commit dcf56ace9f

@ -95,7 +95,6 @@ function split_lines(text, limit) return modlib.text.split(text, "\r?\n", limit,
function lines(text) return text:gmatch"[^\r\n]*" end
local hashtag = string.byte"#"
local zero = string.byte"0"
local nine = string.byte"9"
local letter_a = string.byte"A"