Index: source/test/intltest/astrotst.cpp |
diff --git a/source/test/intltest/astrotst.cpp b/source/test/intltest/astrotst.cpp |
index 6dc72f5dca015e69906704ca319ceb3f9de20e56..f4c5a2c3aef90d08934d058ce13145dc3f416b6b 100644 |
--- a/source/test/intltest/astrotst.cpp |
+++ b/source/test/intltest/astrotst.cpp |
@@ -1,6 +1,6 @@ |
/******************************************************************** |
* COPYRIGHT: |
- * Copyright (c) 1996-2010, International Business Machines Corporation and |
+ * Copyright (c) 1996-2014, International Business Machines Corporation and |
* others. All Rights Reserved. |
********************************************************************/ |
@@ -18,8 +18,6 @@ |
#include "unicode/simpletz.h" |
-static const double DAY_MS = 24.*60.*60.*1000.; |
- |
#define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break |
AstroTest::AstroTest(): astro(NULL), gc(NULL) { |