about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--036call_reply.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index 97853a2b..b453188a 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -40,7 +40,6 @@ case REPLY: {
     break;
   }
   for (long long int i = 0; i < SIZE(caller_instruction.products); ++i) {
-    if (has_property(caller_instruction.products.at(i), "skiptypecheck")) continue;  // todo: drop this once we have generic containers
     if (!types_match(caller_instruction.products.at(i), reply_inst.ingredients.at(i))) {
       raise_error << maybe(callee) << "reply ingredient " << reply_inst.ingredients.at(i).original_string << " can't be saved in " << caller_instruction.products.at(i).original_string << '\n' << end();
       reagent lhs = reply_inst.ingredients.at(i);