Skip to content

Commit 6c576b7

Browse files
committed
Remove unused END_HANDLES
1 parent bbf13b0 commit 6c576b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ void pop_handles(void* local_handles) {
564564
#define GC_PROTECT(x) \
565565
assert(local_handles.stack_pointer < MAX_HANDLES); \
566566
local_handles.stack[local_handles.stack_pointer++] = (struct object**)(&x)
567-
#define END_HANDLES() handles = local_handles.next
568567
#define GC_HANDLE(type, name, val) \
569568
type name = val; \
570569
GC_PROTECT(name)

0 commit comments

Comments
 (0)