X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/048d0b2d143b6a491ac73eed6ab972e97774391c..64d1ecf751f542782b5ffb9c9469c70d92f423de:/src/lexer-impl.lisp diff --git a/src/lexer-impl.lisp b/src/lexer-impl.lisp index 6fc6fcc..ba1f7c1 100644 --- a/src/lexer-impl.lisp +++ b/src/lexer-impl.lisp @@ -39,9 +39,6 @@ ;;;-------------------------------------------------------------------------- ;;; Indicators and error messages. -(defvar *indicator-map* (make-hash-table) - "Hash table mapping indicator objects to human-readable descriptions.") - (defun show-char (stream char &optional colonp atsignp) "Format CHAR to STREAM in a readable way.