mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Remove extra MARK_SEEN
This commit is contained in:
parent
ebb6fe5be3
commit
60fba585e3
@ -413,7 +413,6 @@ static void marshal_one_abstract(MarshalState *st, Janet x, int flags) {
|
|||||||
janet_abstract_incref(abstract);
|
janet_abstract_incref(abstract);
|
||||||
pushbyte(st, LB_THREADED_ABSTRACT);
|
pushbyte(st, LB_THREADED_ABSTRACT);
|
||||||
pushbytes(st, (uint8_t *) &abstract, sizeof(abstract));
|
pushbytes(st, (uint8_t *) &abstract, sizeof(abstract));
|
||||||
MARK_SEEN();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user