diff core/src/luan/modules/Io.luan @ 739:f8a7cc1fd3f6

remove Io.my_ips() not needed
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 06 Jul 2016 17:47:12 -0600
parents 2486fa6490c6
children 293c397e8dee
line wrap: on
line diff
--- a/core/src/luan/modules/Io.luan	Wed Jul 06 17:43:29 2016 -0600
+++ b/core/src/luan/modules/Io.luan	Wed Jul 06 17:47:12 2016 -0600
@@ -5,7 +5,6 @@
 local M = {}
 
 M.ip = IoLuan.ip
-M.my_ips = IoLuan.my_ips
 M.read_console_line = IoLuan.read_console_line
 M.schemes = IoLuan.newSchemes()
 M.uri = IoLuan.uri