Changeset

7526:71ef4a4104d3

net.server_select: remove unused import [luacheck]
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jul 2016 16:14:39 +0800
parents 7524:b6f32bb3b584
children 7527:936b78e9f399
files net/server_select.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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"