summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm_core.h b/vm_core.h
index d199fcdff0..99dee425ab 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -907,10 +907,6 @@ void rb_ec_set_vm_stack(rb_execution_context_t *ec, VALUE *stack, size_t size);
// @param size the size of the stack, as in `VALUE stack[size]`.
void rb_ec_initialize_vm_stack(rb_execution_context_t *ec, VALUE *stack, size_t size);
-// Clear (set to `NULL`) the vm_stack pointer and frame pointer in the execution context.
-// @param ec the execution context to update.
-void rb_ec_clear_vm_stack(rb_execution_context_t *ec);
-
typedef struct rb_thread_struct {
struct list_node vmlt_node;
VALUE self;