From a91e183799b5ba41455c79e648ff4397a27838c4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 27 Sep 2016 10:21:25 -0700 Subject: 3421 --- 056shape_shifting_recipe.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/056shape_shifting_recipe.cc b/056shape_shifting_recipe.cc index fd1190ce..49b6fcdf 100644 --- a/056shape_shifting_recipe.cc +++ b/056shape_shifting_recipe.cc @@ -322,10 +322,6 @@ void compute_type_ingredient_mappings(const recipe& exemplar, const instruction& } } -int min(int a, int b) { - return (a < b) ? a : b; -} - void accumulate_type_ingredients(const reagent& exemplar_reagent, reagent& refinement, map& mappings, const recipe& exemplar, const instruction& call_instruction, const recipe& caller_recipe, bool* error) { assert(refinement.type); accumulate_type_ingredients(exemplar_reagent.type, refinement.type, mappings, exemplar, exemplar_reagent, call_instruction, caller_recipe, error); -- cgit 1.4.1-2-gfad0