diff options
author | Anton Shestakov <av6@dwimlabs.net> | 2016-07-28 16:14:39 +0800 |
---|---|---|
committer | Anton Shestakov <av6@dwimlabs.net> | 2016-07-28 16:14:39 +0800 |
commit | 6aadf43375e06187ccd7d2a3f20aff5bdb9383fb (patch) | |
tree | 3f5b4eca9d324f3c7f6d5acd5a632ad31e10d4a0 /net/server_select.lua | |
parent | e8e6ffc9695bec3219efa62a590a11bf413266e6 (diff) | |
download | prosody-6aadf43375e06187ccd7d2a3f20aff5bdb9383fb.tar.gz prosody-6aadf43375e06187ccd7d2a3f20aff5bdb9383fb.zip |
net.server_select: remove unused import [luacheck]
Diffstat (limited to 'net/server_select.lua')
-rw-r--r-- | net/server_select.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server_select.lua b/net/server_select.lua index ce5cb3de..02839062 100644 --- a/net/server_select.lua +++ b/net/server_select.lua @@ -31,7 +31,6 @@ local tostring = use "tostring" --// lua libs //-- -local os = use "os" local table = use "table" local string = use "string" local coroutine = use "coroutine" |