about summary refs log tree commit diff stats
path: root/036call_reply.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-10 10:20:33 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-10 10:20:33 -0800
commit50e0065e1e2aca3f64130ede9cf0e33c9c725718 (patch)
treebec3a0a12025c908049593d532a9bc1927bfcef8 /036call_reply.cc
parent27bf5c95a27a55a459363b8e09d64e1e773a233d (diff)
downloadmu-50e0065e1e2aca3f64130ede9cf0e33c9c725718.tar.gz
2643
Diffstat (limited to '036call_reply.cc')
-rw-r--r--036call_reply.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index da824d9e..1e02b817 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -87,7 +87,6 @@ void check_types_of_reply_instructions(recipe_ordinal r) {
           reagent rhs = caller_instruction.products.at(i);
           canonize_type(rhs);
           raise_error << debug_string(lhs.type) << " vs " << debug_string(rhs.type) << '\n' << end();
-          // End reply Type Mismatch Error
           goto finish_reply_check;
         }
       }