about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/013run1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/013run b/cpp/013run
index 33385e00..1b37f205 100644
--- a/cpp/013run
+++ b/cpp/013run
@@ -147,7 +147,6 @@ void write_memory(reagent x, vector<int> data) {
 :(code)
 size_t size_of(const reagent& r) {
   type_info t = Type[r.types[0]];
-  if (!t.is_record && !t.is_array) return t.size;
   // End size_of Cases.
   return t.size;
 }