diff options
-rw-r--r-- | 036refcount.cc | 3 |
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 |