about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-27 14:44:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-27 14:44:27 -0800
commit5516dd288d705fed42f2c099471b19a76481b18a (patch)
treec5404aa89b3357e6243f3f38b6c1fd73a51cd8c5
parentd30593c64b2e0cd364933853d74b2c2ed276a15d (diff)
downloadmu-5516dd288d705fed42f2c099471b19a76481b18a.tar.gz
2607
-rw-r--r--038new.cc1
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 {