VM: this struct isn't used anymore

char-rename
Björn Lindqvist 2016-12-15 00:29:37 +01:00
parent 515f7e5269
commit 4737645857
1 changed files with 0 additions and 4 deletions

View File

@ -46,10 +46,6 @@ void factor_vm::primitive_callstack_for() {
ctx->replace(capture_callstack(other_ctx)); ctx->replace(capture_callstack(other_ctx));
} }
struct stack_frame_in_array {
cell cells[3];
};
// Allocates memory (frames.trim()), iterate_callstack_object() // Allocates memory (frames.trim()), iterate_callstack_object()
void factor_vm::primitive_callstack_to_array() { void factor_vm::primitive_callstack_to_array() {
data_root<callstack> callstack(ctx->peek(), this); data_root<callstack> callstack(ctx->peek(), this);