aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/strbitop.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/strbitop.d.tl')
-rw-r--r--teal-src/util/strbitop.d.tl6
1 files changed, 0 insertions, 6 deletions
diff --git a/teal-src/util/strbitop.d.tl b/teal-src/util/strbitop.d.tl
deleted file mode 100644
index 010efdb8..00000000
--- a/teal-src/util/strbitop.d.tl
+++ /dev/null
@@ -1,6 +0,0 @@
-local record mod
- sand : function (string, string) : string
- sor : function (string, string) : string
- sxor : function (string, string) : string
-end
-return mod