diff options
Diffstat (limited to 'tnslc/compile/function.tnsl')
-rw-r--r-- | tnslc/compile/function.tnsl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl deleted file mode 100644 index a2d764b..0000000 --- a/tnslc/compile/function.tnsl +++ /dev/null @@ -1,10 +0,0 @@ -struct Function { - ~uint8 name -} - -/; method Function - - /; end - ;/ -;/ - |