remove vm-version, vm options
authorAndy Wingo <wingo@pobox.com>
Sat, 25 Sep 2010 10:16:05 +0000 (12:16 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 25 Sep 2010 10:16:05 +0000 (12:16 +0200)
commit038cb3428f4c3686841e5a597164db28c2200dc7
tree2ce252fd8d5aba7ad69b4479c12c410ffd483765
parent85d3a8a63dbac7aa8aa5a70b0719be2277355b87
remove vm-version, vm options

* libguile/vm.h (struct scm_vm): Remove "options" member.
* libguile/vm.c (scm_vm_version, scm_vm_option, scm_set_vm_option_x):
  Remove.

* module/system/vm/vm.scm (vm-version, vm-option, set-vm-option!):
  Remove.
  (vms:time, vms:clock): Remove these unused definitions.
  (vm-load): Remove. "Load" should be reserved for things that exist on
  disk, methinks.
libguile/vm.c
libguile/vm.h
module/system/vm/vm.scm
test-suite/tests/compiler.test
test-suite/vm/run-vm-tests.scm