From ce9b2b0515eaf92a9c68c8608fd9bf392c941d50 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 15 Jun 2018 22:16:09 -0700 Subject: 4258 - undo 4257 --- 053recipe_header.cc | 3 --- 1 file changed, 3 deletions(-) (limited to '053recipe_header.cc') diff --git a/053recipe_header.cc b/053recipe_header.cc index b948ce61..057234f9 100644 --- a/053recipe_header.cc +++ b/053recipe_header.cc @@ -207,9 +207,6 @@ case NEXT_INGREDIENT_WITHOUT_TYPECHECKING: { if (current_call().next_ingredient_to_process < SIZE(current_call().ingredient_atoms)) { products.push_back( current_call().ingredient_atoms.at(current_call().next_ingredient_to_process)); - if (is_mu_scalar(current_call().ingredients.at(current_call().next_ingredient_to_process)) - && is_mu_address(current_instruction().products.at(0))) - products.at(0).insert(products.at(0).begin(), /*alloc id*/0); assert(SIZE(products) == 1); products.resize(2); // push a new vector products.at(1).push_back(1); ++current_call().next_ingredient_to_process; -- cgit 1.4.1-2-gfad0