From d8f7ec8ec9251e4f4aef179e83d291c7518e984e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 22 Jul 2016 22:42:34 -0700 Subject: 3136 --- 028call_reply.cc | 2 -- 1 file changed, 2 deletions(-) (limited to '028call_reply.cc') diff --git a/028call_reply.cc b/028call_reply.cc index 28333b32..636b7fee 100644 --- a/028call_reply.cc +++ b/028call_reply.cc @@ -35,10 +35,8 @@ case RETURN: { Current_routine->calls.pop_front(); // just in case 'main' returns a value, drop it for now if (Current_routine->calls.empty()) goto stop_running_current_routine; - const instruction& caller_instruction = current_instruction(); for (int i = 0; i < SIZE(ingredients); ++i) trace(9998, "run") << "result " << i << " is " << to_string(ingredients.at(i)) << end(); - // make reply products available to caller copy(ingredients.begin(), ingredients.end(), inserter(products, products.begin())); // End Reply -- cgit 1.4.1-2-gfad0