diff core/src/luan/modules/IoLuan.java @ 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 2c41f2aec92f
line wrap: on
line diff
--- a/core/src/luan/modules/IoLuan.java	Wed Jul 06 17:43:29 2016 -0600
+++ b/core/src/luan/modules/IoLuan.java	Wed Jul 06 17:47:12 2016 -0600
@@ -748,7 +748,7 @@
 			return null;
 		}
 	}
-
+/*
 	public static LuanTable my_ips() throws IOException {
 		LuanTable tbl = new LuanTable();
 		for( Enumeration<NetworkInterface> e1 = NetworkInterface.getNetworkInterfaces(); e1.hasMoreElements(); ) {
@@ -761,7 +761,7 @@
 		}
 		return tbl;
 	}
-
+*/
 
 	// files maps zip name to uri
 	public static void zip(LuanState luan,String zipUri,LuanTable files) throws LuanException, IOException {