From db7efa5d204b2e46ce9eb82f417d8c12d394858d Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 13 Oct 2021 00:40:05 -0500 Subject: [PATCH] api-procedures.texi: remove make-binding, binding:name/boxed?/... * doc/ref/api-procedures.texi: remove make-binding, binding:name, binding:boxed?, binding:index, binding:start, and binding:end since they no longer exist. cf. 1a2711a84865462fe3f3c4c08aa79dcefa661719 --- doc/ref/api-procedures.texi | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 0b24c1002..f63c67f09 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -186,26 +186,6 @@ Users must not modify the returned value unless they think they're really clever. @end deffn -@c FIXME - -@deffn {Scheme Procedure} program-bindings program -@deffnx {Scheme Procedure} make-binding name boxed? index start end -@deffnx {Scheme Procedure} binding:name binding -@deffnx {Scheme Procedure} binding:boxed? binding -@deffnx {Scheme Procedure} binding:index binding -@deffnx {Scheme Procedure} binding:start binding -@deffnx {Scheme Procedure} binding:end binding -Bindings annotations for programs, along with their accessors. - -Bindings declare names and liveness extents for block-local variables. -The best way to see what these are is to play around with them at a -REPL. @xref{VM Concepts}, for more information. - -Note that bindings information is stored in a program as part of its -metadata thunk, so including it in the generated object code does not -impose a runtime performance penalty. -@end deffn - @deffn {Scheme Procedure} program-sources program @deffnx {Scheme Procedure} source:addr source @deffnx {Scheme Procedure} source:line source