From d36ae5651435a477e34d9e1338ee3ca79d949b1c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Apr 2016 09:48:57 -0700 Subject: 2887 --- 030container.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '030container.cc') 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; -- cgit 1.4.1-2-gfad0