aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/table.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/table.d.tl')
-rw-r--r--teal-src/util/table.d.tl6
1 files changed, 0 insertions, 6 deletions
diff --git a/teal-src/util/table.d.tl b/teal-src/util/table.d.tl
deleted file mode 100644
index 0ff5ed95..00000000
--- a/teal-src/util/table.d.tl
+++ /dev/null
@@ -1,6 +0,0 @@
-local record lib
- create : function (narr:integer, nrec:integer):table
- pack : function (...:any):{any}
-end
-return lib
-