summary refs log tree commit diff
path: root/labels.e
diff options
context:
space:
mode:
Diffstat (limited to 'labels.e')
-rw-r--r--labels.e5
1 files changed, 0 insertions, 5 deletions
diff --git a/labels.e b/labels.e
index 6175128..0d2b60d 100644
--- a/labels.e
+++ b/labels.e
@@ -50,11 +50,6 @@
 ~   Most of the time, the shorthand words L@' and L!' will be all you need to
 ~ use from your own code.
 
-~ TODO this should go somewhere else :)
-~ (current output point, string pointer --)
-: pack-raw-string
-  { unpack8 dup } { 3roll swap pack8 swap } while drop drop ;
-
 ~   The labels data structure is a linked list of dictionary entries, with
 ~ the same header format as the main Evocation dictionary, but instead of
 ~ being executable, each holds two words of data: status bits, and a value,