Diff

net/server_select.lua @ 7526:71ef4a4104d3

net.server_select: remove unused import [luacheck]
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jul 2016 16:14:39 +0800
parent 7501:8c3d93b67560
child 7530:f14094d10925
child 7738:0647b821e00a
line wrap: on
line diff
--- a/net/server_select.lua	Wed Jul 27 15:01:28 2016 +0100
+++ b/net/server_select.lua	Thu Jul 28 16:14:39 2016 +0800
@@ -31,7 +31,6 @@
 
 --// lua libs //--
 
-local os = use "os"
 local table = use "table"
 local string = use "string"
 local coroutine = use "coroutine"