summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp b/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp
index 73007d9845b..449fec195b3 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp
@@ -152,7 +152,6 @@ TAO_UTO::time_to_interval (CosTime::UTO_ptr uto)
TAO_TIO (uto_time,
this->time ()),
CORBA::NO_MEMORY ());
-
}
else
{
@@ -160,7 +159,6 @@ TAO_UTO::time_to_interval (CosTime::UTO_ptr uto)
TAO_TIO (this->time (),
uto_time),
CORBA::NO_MEMORY ());
-
}
}
catch (const CORBA::Exception& ex)
diff --git a/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp b/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
index b5757753635..40415cb1e31 100644
--- a/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
+++ b/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
@@ -73,7 +73,6 @@ Timer_Helper::handle_timeout (const ACE_Time_Value &,
// Set the lowest time to the smallest time seen so far.
if (curr_server_time < lowest_time)
lowest_time = curr_server_time;
-
}
if (TAO_debug_level > 0)