summaryrefslogtreecommitdiff
path: root/ACE/tests/Time_Value_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-22 08:50:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-22 08:50:14 +0000
commit742da14c50587be6341c5f8173c67b2311cdc436 (patch)
tree69205622cd0eed20936f12af7f73c38c0678b432 /ACE/tests/Time_Value_Test.cpp
parentfebec9e1b570d1e5c77fdf6e60c514503a0503a7 (diff)
downloadATCD-742da14c50587be6341c5f8173c67b2311cdc436.tar.gz
Fri Jan 22 08:48:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Time_Value_Test.cpp: Removed not used variable
Diffstat (limited to 'ACE/tests/Time_Value_Test.cpp')
-rw-r--r--ACE/tests/Time_Value_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Time_Value_Test.cpp b/ACE/tests/Time_Value_Test.cpp
index 17fc56e8f0c..feb05ea05e1 100644
--- a/ACE/tests/Time_Value_Test.cpp
+++ b/ACE/tests/Time_Value_Test.cpp
@@ -95,7 +95,6 @@ run_main (int, ACE_TCHAR *[])
ACE_ASSERT (tv1 == tv2);
const time_t max_time_t = ACE_Numeric_Limits<time_t>::max ();
- const time_t min_time_t = ACE_Numeric_Limits<time_t>::min ();
// test results near limits
tv1.set ((max_time_t >> 1), 499999);