blueloveTH 1 năm trước cách đây
mục cha
commit
22d4c07f50
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      include/pocketpy/interpreter/frame.h

+ 0 - 1
include/pocketpy/interpreter/frame.h

@@ -60,6 +60,5 @@ void Frame__prepare_jump_break(Frame* self, ValueStack*, int);
 int Frame__prepare_loop_break(Frame* self, ValueStack*);
 int Frame__exit_block(Frame* self, ValueStack*, int);
 
-void Frame__gc_mark(Frame* self);
 UnwindTarget* Frame__find_unwind_target(Frame* self, int iblock);
 void Frame__set_unwind_target(Frame* self, py_TValue* sp);