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:
parent
b23b77218c
commit
5fdb14cc5e
4 changed files with 8 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue