From b5f262593344bbf053fb81123d37549d8b5df142 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 2 Jul 2012 23:00:49 +0200 Subject: [PATCH] remove docs for smob-call instruction * doc/ref/vm.texi (Trampoline Instructions): Remove docs for smob-call. --- doc/ref/vm.texi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi index c0ba4dde0..03356c724 100644 --- a/doc/ref/vm.texi +++ b/doc/ref/vm.texi @@ -862,13 +862,6 @@ arguments from the stack. Return the resulting value to the calling procedure. @end deffn -@deffn Instruction smob-call nargs -Pop off the smob object from the stack (which should have been pushed on -by the trampoline), and call its descriptor's @code{apply} function with -the @var{nargs} arguments from the stack. Return the resulting value or -values to the calling procedure. -@end deffn - @deffn Instruction continuation-call Pop off an internal continuation object (which should have been pushed on by the trampoline), and reinstate that continuation. All of the