Skip to content

Commit

Permalink
Remove debug/test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed Dec 22, 2024
1 parent 066e14d commit 0cff7a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deemon/objects/tuple.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,6 @@ tuple_iterator_next(TupleIterator *__restrict self) {
return ITER_DONE;
} while (!atomic_cmpxch_weak_or_write(&self->ti_index, index, index + 1));
result = DeeTuple_GET(self->ti_tuple, index);
ASSERT(result != (DREF DeeObject *)0xcccccccc);
ASSERT_OBJECT(result);
Dee_Incref(result);
return result;
Expand Down

0 comments on commit 0cff7a5

Please sign in to comment.