1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

Remove unused vm:ip, vm:sp, vm:fp

* libguile/vm.h:
* libguile/vm.c (scm_vm_ip, scm_vm_fp, scm_vm_sp): Remove unused
  functions.

* module/system/vm/vm.scm: Remove exports.
This commit is contained in:
Andy Wingo 2013-11-21 15:02:36 +01:00
parent e08caa5620
commit 3583665aa0
3 changed files with 0 additions and 35 deletions

View file

@ -21,8 +21,6 @@
(define-module (system vm vm)
#:export (vm?
the-vm call-with-vm
vm:ip vm:sp vm:fp
vm-trace-level set-vm-trace-level!
vm-engine set-vm-engine! set-default-vm-engine!
vm-push-continuation-hook vm-pop-continuation-hook