about summary refs log tree commit diff stats
path: root/056shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-10 08:24:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-10 08:24:37 -0700
commit3556a31e67a07f832afd06c930d9573132468480 (patch)
treef8eac6c58f90122a3f0437460cd28877ad768c61 /056shape_shifting_recipe.cc
parent5e29d0ac41d725cfc501ace6fadef75b7d1a6746 (diff)
downloadmu-3556a31e67a07f832afd06c930d9573132468480.tar.gz
3311
Diffstat (limited to '056shape_shifting_recipe.cc')
-rw-r--r--056shape_shifting_recipe.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/056shape_shifting_recipe.cc b/056shape_shifting_recipe.cc
index 428c3194..761656fd 100644
--- a/056shape_shifting_recipe.cc
+++ b/056shape_shifting_recipe.cc
@@ -401,7 +401,6 @@ void replace_type_ingredients(reagent& x, const map<string, const type_tree*>& m
   replace_type_ingredients(x.type, mappings);
 }
 
-// todo: too complicated and likely incomplete; maybe avoid replacing in place?
 void replace_type_ingredients(type_tree* type, const map<string, const type_tree*>& mappings) {
   if (!type) return;
   if (!type->atom) {