about summary refs log tree commit diff stats
path: root/cpp/017record
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-22 01:08:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-22 01:08:53 -0800
commit0f9e3ebb5120be5aae2128cc9214d29745675b7d (patch)
tree9967c385a746d5f967017959c494b3745b1bdba3 /cpp/017record
parente371e8235abeb03897309173bd50b7a1765fb642 (diff)
downloadmu-0f9e3ebb5120be5aae2128cc9214d29745675b7d.tar.gz
822
Diffstat (limited to 'cpp/017record')
-rw-r--r--cpp/017record1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/017record b/cpp/017record
index 42fda587..3dbd21c0 100644
--- a/cpp/017record
+++ b/cpp/017record
@@ -44,7 +44,6 @@ case GET: {
     src += size_of(reagent(Type[base_type].elements[i][0]));
   }
   trace("run") << "address to copy is " << src;
-  assert(Type[base_type].is_record);
   assert(Type[base_type].elements.size() > offset);
   int src_type = Type[base_type].elements[offset][0];
   trace("run") << "its type is " << src_type;