mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
mime.lua: Obsolete require("io")
The `io` package is included but never used.
This commit is contained in:
parent
5a17f79b03
commit
053c032a70
@ -10,7 +10,6 @@
|
||||
local base = _G
|
||||
local ltn12 = require("ltn12")
|
||||
local mime = require("mime.core")
|
||||
local io = require("io")
|
||||
local string = require("string")
|
||||
local _M = mime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user