From be6e752626711047064fe176843972be5eaa2add Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 22 Jul 2016 14:00:12 -0700 Subject: 3124 Reorganize data structure for lambda cells. Create our first real unit test for the compiler in the process. --- 036refcount.cc | 1 - 1 file changed, 1 deletion(-) (limited to '036refcount.cc') diff --git a/036refcount.cc b/036refcount.cc index 02af0ab9..e1954cc8 100644 --- a/036refcount.cc +++ b/036refcount.cc @@ -316,7 +316,6 @@ void compute_container_address_offsets(type_tree* type) { void append_addresses(int base_offset, const type_tree* type, map, set >& out, const set& key) { const type_info& info = get(Type, type->value); if (type->name == "address") { - assert(type->right && type->right->name != "array"); // array types can't be handled without a full reagent and its value get_or_insert(out, key).insert(address_element_info(base_offset, new type_tree(*type->right))); return; } -- cgit 1.4.1-2-gfad0