about summary refs log tree commit diff stats
path: root/036call_reply.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-08 13:26:02 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-08 13:37:43 -0700
commit2e8c5d39157d1178ad453c86d94d4e1830d8dfe6 (patch)
tree7fe460af6045a8fa161c19acb2021f46ec9cdb46 /036call_reply.cc
parent6dc1379b5ab74bbd081a4e059cd04257ba7272c3 (diff)
downloadmu-2e8c5d39157d1178ad453c86d94d4e1830d8dfe6.tar.gz
1723
Some reorg before we start plumbing 'reply' from 'run-interactive' to
return a string containing the results.
Diffstat (limited to '036call_reply.cc')
-rw-r--r--036call_reply.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index d09763fe..71aa4991 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -18,12 +18,9 @@ REPLY,
 Recipe_ordinal["reply"] = REPLY;
 :(before "End Primitive Recipe Implementations")
 case REPLY: {
+  // Starting Reply
   const instruction& reply_inst = current_instruction();  // save pointer into recipe before pop
   const string& callee = current_recipe_name();
-  if (callee == "interactive") {
-    trace("foo") << "showing warnings again";
-    Hide_warnings = true;
-  }
   --Callstack_depth;
 //?   if (tb_is_active()) { //? 1
 //?     tb_clear(); //? 1