diff options
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/logWalker/Invocation.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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) |