about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-29 00:04:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-29 00:04:08 -0700
commiteb1df4aae75e67f498bc4d110f48e892f4ab874e (patch)
tree49e7fcff2b7fdaabd88c2d4af1062fb56551c743
parentf1c8df7dd054fbf0f9cd011d08e031dece74fbe2 (diff)
downloadmu-eb1df4aae75e67f498bc4d110f48e892f4ab874e.tar.gz
3890
-rw-r--r--036refcount.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 92fa4dd5..d545e270 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -725,7 +725,6 @@ if (is_mu_container(canonized_x) || is_mu_exclusive_container(canonized_x)) {
 if (is_mu_container(canonized_x) || is_mu_exclusive_container(canonized_x)) {
   trace(9999, "mem") << "need to read old value of '" << to_string(canonized_x) << "' to figure out what refcounts to decrement" << end();
   // read from canonized_x but without canonizing again
-  // todo: inline without running canonize all over again
   reagent/*copy*/ tmp = canonized_x;
   tmp.properties.push_back(pair<string, string_tree*>("raw", NULL));
   vector<double> data = read_memory(tmp);