diff options
Diffstat (limited to '038new.cc')
-rw-r--r-- | 038new.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/038new.cc b/038new.cc index ddd5b6b1..abc11b8d 100644 --- a/038new.cc +++ b/038new.cc @@ -432,7 +432,6 @@ if (x.type->value == get(Type_ordinal, "address") } // abandon old address if necessary // do this after all refcount updates are done just in case old and new are identical - // TODO: doesn't work yet assert(get_or_insert(Memory, old_address) >= 0); if (old_address && get_or_insert(Memory, old_address) == 0) { // lookup_memory without drop_one_lookup { |