about summary refs log tree commit diff stats
path: root/035call_ingredient.cc
diff options
context:
space:
mode:
Diffstat (limited to '035call_ingredient.cc')
-rw-r--r--035call_ingredient.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/035call_ingredient.cc b/035call_ingredient.cc
index 2f28c8f7..89d6507d 100644
--- a/035call_ingredient.cc
+++ b/035call_ingredient.cc
@@ -33,7 +33,6 @@ for (long long int i = 0; i < SIZE(ingredients); ++i) {
   reagent ingredient = call_instruction.ingredients.at(i);
   canonize_type(ingredient);
   current_call().ingredients.push_back(ingredient);
-  ingredient.type = NULL;  // release long-lived pointer
 }
 
 :(before "End Primitive Recipe Declarations")