]> gitweb.factorcode.org Git - factor.git/commitdiff
VM: this struct isn't used anymore
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 14 Dec 2016 23:29:37 +0000 (00:29 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Wed, 14 Dec 2016 23:29:37 +0000 (00:29 +0100)
vm/callstack.cpp

index 89f67e5c0e41e853d367f7a83989123ca616cbf1..808e7dbb7e5c7ac85c9012afc2b82e92969bec65 100644 (file)
@@ -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);