aboutsummaryrefslogtreecommitdiff
path: root/net.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net.lua')
-rw-r--r--net.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.lua b/net.lua
index 7ec32f3..2fa27b4 100644
--- a/net.lua
+++ b/net.lua
@@ -10,7 +10,6 @@ local tonumber = tonumber
local os = { time = os.time }
local io = { open = io.open }
local setmetatable = setmetatable
-local math = { floor = math.floor }
local string = {
match = string.match,
format = string.format