From 4737645857cf694cc0debcacceb2a747492a5989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Thu, 15 Dec 2016 00:29:37 +0100 Subject: [PATCH] VM: this struct isn't used anymore --- vm/callstack.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vm/callstack.cpp b/vm/callstack.cpp index 89f67e5c0e..808e7dbb7e 100644 --- a/vm/callstack.cpp +++ b/vm/callstack.cpp @@ -46,10 +46,6 @@ void factor_vm::primitive_callstack_for() { ctx->replace(capture_callstack(other_ctx)); } -struct stack_frame_in_array { - cell cells[3]; -}; - // Allocates memory (frames.trim()), iterate_callstack_object() void factor_vm::primitive_callstack_to_array() { data_root callstack(ctx->peek(), this);