mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Remove the restore-continuation-hook.
* libguile/vm.h: * libguile/vm.c: * libguile/vm-engine.c: * module/system/vm/traps.scm: * module/system/vm/vm.scm: Remove the unused and redundant restore-continuation-hook.
This commit is contained in:
parent
36cc0b901c
commit
f689dd6982
5 changed files with 4 additions and 33 deletions
|
@ -125,8 +125,6 @@
|
|||
RUN_HOOK0 (next)
|
||||
#define ABORT_CONTINUATION_HOOK() \
|
||||
RUN_HOOK0 (abort)
|
||||
#define RESTORE_CONTINUATION_HOOK() \
|
||||
RUN_HOOK0 (restore_continuation)
|
||||
|
||||
#define VM_HANDLE_INTERRUPTS \
|
||||
SCM_ASYNC_TICK_WITH_GUARD_CODE (current_thread, SYNC_IP (), CACHE_FP ())
|
||||
|
@ -3228,7 +3226,6 @@ VM_NAME (scm_i_thread *current_thread, struct scm_vm *vp,
|
|||
#undef NEXT_JUMP
|
||||
#undef POP_CONTINUATION_HOOK
|
||||
#undef PUSH_CONTINUATION_HOOK
|
||||
#undef RESTORE_CONTINUATION_HOOK
|
||||
#undef RETURN
|
||||
#undef RETURN_ONE_VALUE
|
||||
#undef RETURN_VALUE_LIST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue