mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Remove unused declarations.
* libguile/vm.h (scm_vm_option_ref, scm_vm_option_set_x): Remove.
This commit is contained in:
parent
271c3d3196
commit
ede3d96bd6
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ SCM_API SCM scm_the_vm ();
|
|||
SCM_API SCM scm_make_vm (void);
|
||||
SCM_API SCM scm_vm_apply (SCM vm, SCM program, SCM args);
|
||||
SCM_API SCM scm_c_vm_run (SCM vm, SCM program, SCM *argv, int nargs);
|
||||
SCM_API SCM scm_vm_option_ref (SCM vm, SCM key);
|
||||
SCM_API SCM scm_vm_option_set_x (SCM vm, SCM key, SCM val);
|
||||
|
||||
SCM_API SCM scm_vm_version (void);
|
||||
SCM_API SCM scm_thread_vm (SCM t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue