diff src/luan/modules/TableLuan.java @ 796:6b8ea0a9b7c9

remove LuanMeta
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 05 Sep 2016 19:52:49 -0600
parents 1a68fc55a80c
children 2443152dc2f1
line wrap: on
line diff
--- a/src/luan/modules/TableLuan.java	Mon Sep 05 16:32:55 2016 -0600
+++ b/src/luan/modules/TableLuan.java	Mon Sep 05 19:52:49 2016 -0600
@@ -11,7 +11,6 @@
 import luan.LuanException;
 import luan.LuanRuntimeException;
 import luan.LuanMethod;
-import luan.LuanPropertyMeta;
 
 
 public final class TableLuan {
@@ -109,10 +108,6 @@
 		return list.rawSubList(from,to);
 	}
 
-	public static LuanTable new_property_table() {
-		return LuanPropertyMeta.INSTANCE.newTable();
-	}
-
 	public static void clear(LuanTable tbl) {
 		tbl.rawClear();
 	}