1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 13:30:31 +02:00

Remove "ABORTED" atomic forwarding state

It was not distinguishable from "NOT_FORWARDED".
This commit is contained in:
Andy Wingo 2025-01-13 16:44:12 +01:00
parent b23b77218c
commit 5fdb14cc5e
4 changed files with 8 additions and 10 deletions

View file

@ -599,7 +599,6 @@ copy_space_forward_atomic(struct copy_space *space, struct gc_edge edge,
switch (fwd.state) {
case GC_FORWARDING_STATE_NOT_FORWARDED:
case GC_FORWARDING_STATE_ABORTED:
default:
// Impossible.
GC_CRASH();