diff options
Diffstat (limited to '058shape_shifting_container.cc')
-rw-r--r-- | 058shape_shifting_container.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc index 74f97016..5bfd8e11 100644 --- a/058shape_shifting_container.cc +++ b/058shape_shifting_container.cc @@ -109,12 +109,6 @@ bool is_type_ingredient_name(const string& type) { if (type->value >= START_TYPE_INGREDIENTS && (type->value - START_TYPE_INGREDIENTS) < SIZE(get(Type, type->value).type_ingredient_names)) return; -:(code) -//? //: TODO: is this necessary? -//? :(before "End Container Type Checks2") -//? if (type->value >= START_TYPE_INGREDIENTS -//? && (type->value - START_TYPE_INGREDIENTS) < SIZE(get(Type, type->value).type_ingredient_names)) -//? return; :(scenario size_of_shape_shifting_exclusive_container) exclusive-container foo:_t [ |