]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/callstack.cpp
GC maps for more compact inline GC checks
[factor.git] / vm / callstack.cpp
index bb716cbc6dd3ad7bb9465eb588b07329a74843ca..e7892405ad1b7726eb36dc8bc03326fa88b7c501 100755 (executable)
@@ -138,9 +138,6 @@ cell factor_vm::frame_scan(stack_frame *frame)
        }
 }
 
-namespace
-{
-
 struct stack_frame_accumulator {
        factor_vm *parent;
        growable_array frames;
@@ -159,8 +156,6 @@ struct stack_frame_accumulator {
        }
 };
 
-}
-
 void factor_vm::primitive_callstack_to_array()
 {
        data_root<callstack> callstack(ctx->pop(),this);