1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

psyntax: Remove stale analyze-variable case

* module/ice-9/psyntax.scm (analyze-variable): Remove "bare" case, long
gone.
* module/ice-9/psyntax-pp.scm: Regenerate.
This commit is contained in:
Andy Wingo 2024-11-19 09:59:15 +01:00
parent cdf8473b19
commit 5ddb366375
2 changed files with 61 additions and 70 deletions

View file

@ -228,7 +228,6 @@
(if (equal? mod (module-name (current-module)))
(bare-cont mod var)
(modref-cont mod var #f)))
(('bare . _) (bare-cont var))
(('primitive . _)
(syntax-violation #f "primitive not in operator position" var))))