about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-04 14:25:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-04 14:25:32 -0700
commitb8969ed81e75cb6d5c9a04b4bddb72e65d135fa3 (patch)
tree1c174c1c079419acbfcf3813a0ea7ec197b6bde9
parentbb28430cca359b9f18075f127e6a8a4ba645b0b4 (diff)
downloadmu-b8969ed81e75cb6d5c9a04b4bddb72e65d135fa3.tar.gz
2923
-rw-r--r--036refcount.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 5e924747..e684c723 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -23,9 +23,6 @@ if (is_mu_address(x)) {
   assert(scalar(data));
   assert(x.value);
   update_refcounts(get_or_insert(Memory, x.value), data.at(0), payload_size(x));
-  trace(9999, "mem") << "storing " << no_scientific(data.at(0)) << " in location " << x.value << end();
-  put(Memory, x.value, data.at(0));
-  return;
 }
 :(code)
 // variant of write_memory for addresses