From 72eb8397cbbadd3dd2302c0f5e9fc1e6ec9cafe2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 3 Dec 2024 22:49:12 -0800 Subject: drop an unused variable --- file.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.lua') diff --git a/file.lua b/file.lua index f7f832b..028ffb4 100644 --- a/file.lua +++ b/file.lua @@ -47,7 +47,7 @@ end function load_array(a) local result = {} local next_line = ipairs(a) - local i,line,drawing = 0, '' + local i,line = 0, '' while true do i,line = next_line(a, i) if i == nil then break end -- cgit 1.4.1-2-gfad0