From: Björn Lindqvist Date: Wed, 14 Dec 2016 23:29:37 +0000 (+0100) Subject: VM: this struct isn't used anymore X-Git-Tag: unmaintained~352 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=4737645857cf694cc0debcacceb2a747492a5989 VM: this struct isn't used anymore --- 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);