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:
parent
e08caa5620
commit
3583665aa0
3 changed files with 0 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue