about summary refs log tree commit diff stats
path: root/035lookup.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-09 08:59:33 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-09 09:50:35 -0700
commit3f34ac9369978b396d00a4fd02c9fb06b8eea621 (patch)
treeeb1899f86308c712e54ef94a1c85243c26621c45 /035lookup.cc
parent46b6e2a34915a6d5cf7b1b15b3d2c28f54e02622 (diff)
downloadmu-3f34ac9369978b396d00a4fd02c9fb06b8eea621.tar.gz
4256 - get rid of container metadata entirely
We have some ugly duplication in computing size_of on containers between
layers 30/33 and 55.
Diffstat (limited to '035lookup.cc')
-rw-r--r--035lookup.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/035lookup.cc b/035lookup.cc
index 1823ae3d..a2647f5d 100644
--- a/035lookup.cc
+++ b/035lookup.cc
@@ -127,14 +127,6 @@ canonize_type(product);
 canonize_type(lhs);
 canonize_type(rhs);
 
-:(before "Compute Container Size(reagent rcopy)")
-if (!canonize_type(rcopy)) return;
-
-:(before "Compute Container Size(element, full_type)")
-assert(!has_property(element, "lookup"));
-:(before "Compute Exclusive Container Size(element, full_type)")
-assert(!has_property(element, "lookup"));
-
 :(code)
 bool canonize_type(reagent& r) {
   while (has_property(r, "lookup")) {