diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-21 15:02:36 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-21 15:02:36 +0100 |
commit | 3583665aa0c07011c985092776fc9db0d610466c (patch) | |
tree | 999427a5221e7fac364e04a17eeb537f105d2a99 /module | |
parent | e08caa5620ded01fc303169b8e8d81c11e78d4ac (diff) | |
download | guile-3583665aa0c07011c985092776fc9db0d610466c.tar.gz |
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.
Diffstat (limited to 'module')
-rw-r--r-- | module/system/vm/vm.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/system/vm/vm.scm b/module/system/vm/vm.scm index 8f830cc43..f459f0ae8 100644 --- a/module/system/vm/vm.scm +++ b/module/system/vm/vm.scm @@ -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 |