Skip to content

Fix #303: Remove unused var *assert-not-standard-readtable*

*assert-not-standard-readtable* is set but never used in init-std-lisp-readtable. And the name suggests that it's a special variable, but there's no defvar for it.

I don't know what this is for, so just get rid of it. Fixes a compiler warning.

Merge request reports