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

remove annotation?

* module/ice-9/boot-9.scm (annotation?): Remove unused new definition.
This commit is contained in:
Andy Wingo 2010-06-10 23:39:19 +02:00
parent b2e27da35b
commit e979130b66

View file

@ -337,11 +337,6 @@ If there is no handler at all, Guile prints an error and then exits."
(define (resolve-module . args)
#f)
;; Input hook to syncase -- so that we might be able to pass annotated
;; expressions in. Currently disabled. Maybe we should just use
;; source-properties directly.
(define (annotation? x) #f)
;; API provided by psyntax
(define syntax-violation #f)
(define datum->syntax #f)