aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parsing.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parsing.lisp')
-rw-r--r--src/interp/parsing.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/parsing.lisp b/src/interp/parsing.lisp
index 7f923a61..ffb2bc55 100644
--- a/src/interp/parsing.lisp
+++ b/src/interp/parsing.lisp
@@ -226,13 +226,6 @@ the stack, then stack a NIL. Return the value of prod."
(let ((x (string<= part whole)))
(and x (= x (length part)) x)))
-
-; 3A 3. Line Handling.
-
-; PARAMETERS DEFINED IN THIS SECTION:
-;
-; Echo-Meta
-
; 3B. Error handling
(defparameter errcol nil)