diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-26 17:08:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-26 17:08:11 -0700 |
commit | bb12a2dec2900c5e578cd2b10db7806165dbedf1 (patch) | |
tree | dfaa944ae999efb2557354fdacb6cc2cadad52bb /cpp/013run | |
parent | c82d01762778baeb71c26365479e3c1cddcfbf13 (diff) | |
download | mu-bb12a2dec2900c5e578cd2b10db7806165dbedf1.tar.gz |
974
Diffstat (limited to 'cpp/013run')
-rw-r--r-- | cpp/013run | 1 |
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; } |