lua: intf: luac: remove unused requires

This commit is contained in:
Marvin Scholz 2021-11-05 20:07:51 +01:00 committed by Hugo Beauzée-Luyssen
parent 33c7a44fd8
commit 3ccfc79001
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@ Output will be similar to that of the luac command line tool provided with lua w
luac -o file.luac file.lua
]]
require "string"
require "io"
function compile()
vlc.msg.info("About to compile lua file")
vlc.msg.info(" Input is '"..tostring(config.input).."'")