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:
parent
b2e27da35b
commit
e979130b66
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue