about summary refs log tree commit diff stats
path: root/056shape_shifting_recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '056shape_shifting_recipe.cc')
-rw-r--r--056shape_shifting_recipe.cc4
1 files changed, 0 insertions, 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<string, const type_tree*>& 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);