Removes unused var in select_recipe (#8151)

Iiiiiiiiiiiiiiiiiiiii should have caught this.
This commit is contained in:
MarinaGryphon
2021-06-20 17:11:14 -09:00
committed by GitHub
parent 593246b595
commit b634eb243f
-1
View File
@@ -316,7 +316,6 @@
// When exact is true, extraneous ingredients will fail the recipe
// In both cases, the full set of required ingredients is still needed
/proc/select_recipe(var/list/datum/recipe/available_recipes, var/obj/obj as obj, var/exact)
var/list/datum/recipe/possible_recipes = list()
var/highest_count = 0
var/count = 0
for (var/datum/recipe/recipe in available_recipes)