From 7c8a4331934a7d497142c6c673ba1038886b152e Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Fri, 12 Apr 2013 17:29:18 +0000 Subject: Fri Apr 12 17:27:29 UTC 2013 Phil Mesnier --- TAO/utils/logWalker/Invocation.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TAO/utils') diff --git a/TAO/utils/logWalker/Invocation.cpp b/TAO/utils/logWalker/Invocation.cpp index 25bd4d1da29..5364d2c1914 100644 --- a/TAO/utils/logWalker/Invocation.cpp +++ b/TAO/utils/logWalker/Invocation.cpp @@ -295,15 +295,10 @@ Invocation::dump_finish_line (ostream &strm, size_t indent) strm << setw(7) << this->repl_octets_->log_posn() << " " << setw(0); const char *opname = ""; - const char *dir_2 = " in "; if (this->req_octets_ != 0) { opname = this->req_octets_->operation(); - if (this->req_octets_->sending()) - { - dir_2 = " from "; - } } if (opname == 0 || opname[0] == 0) -- cgit v1.2.1