aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAnton Shestakov <av6@dwimlabs.net>2016-07-28 16:14:39 +0800
committerAnton Shestakov <av6@dwimlabs.net>2016-07-28 16:14:39 +0800
commit6aadf43375e06187ccd7d2a3f20aff5bdb9383fb (patch)
tree3f5b4eca9d324f3c7f6d5acd5a632ad31e10d4a0 /net
parente8e6ffc9695bec3219efa62a590a11bf413266e6 (diff)
downloadprosody-6aadf43375e06187ccd7d2a3f20aff5bdb9383fb.tar.gz
prosody-6aadf43375e06187ccd7d2a3f20aff5bdb9383fb.zip
net.server_select: remove unused import [luacheck]
Diffstat (limited to 'net')
-rw-r--r--net/server_select.lua1
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"