From fcf35c1315773edb2061b6bbd87b0963eecbd097 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 27 Oct 2016 11:26:42 -0700 Subject: 3604 --- html/057immutable.cc.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'html/057immutable.cc.html') diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html index f1fbb793..5f8ad767 100644 --- a/html/057immutable.cc.html +++ b/html/057immutable.cc.html @@ -538,14 +538,6 @@ set<int> scan_contained_in_product_indicesreturn false; } -bool is_present_in_ingredients(const recipe& callee, const string& ingredient_name) { - for (int i = 0; i < SIZE(callee.ingredients); ++i) { - if (callee.ingredients.at(i).name == ingredient_name) - return true; - } - return false; -} - set<int> ingredient_indices(const instruction& inst, const set<reagent>& ingredient_names) { set<int> result; for (int i = 0; i < SIZE(inst.ingredients); ++i) { -- cgit 1.4.1-2-gfad0