diff options
-rw-r--r-- | 030container.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/030container.cc b/030container.cc index 38682e96..35b2d89b 100644 --- a/030container.cc +++ b/030container.cc @@ -93,10 +93,7 @@ def main [ +mem: storing 0 in location 7 :(before "End size_of(type) Cases") -if (type->value == -1) { - // error value, but we'll raise it elsewhere - return 1; -} +if (type->value == -1) return 1; // error value, but we'll raise it elsewhere if (type->value == 0) { assert(!type->left && !type->right); return 1; |