VM: this struct isn't used anymore
parent
515f7e5269
commit
4737645857
|
@ -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> callstack(ctx->peek(), this);
|
||||
|
|
Loading…
Reference in New Issue