delete unused vars

This commit is contained in:
Kartik K. Agaram 2024-02-03 05:43:06 -08:00
parent 6184c53d8b
commit 8d057f7aac
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ function get(ml)
return result
end
posts = {}
to_process = {}
if #arg == 0 then
io.stderr:write('provide a Mastodon URL on the command line\n')
os.exit(1)