Index: source/i18n/digitlst.cpp |
diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp |
index 50aa7a85eb5a87450aa1b6f56fd90ab1c73c3204..b0e60107c6bbef7c1733ef2118e8c2ca864fc801 100644 |
--- a/source/i18n/digitlst.cpp |
+++ b/source/i18n/digitlst.cpp |
@@ -1,6 +1,6 @@ |
/* |
********************************************************************** |
-* Copyright (C) 1997-2012, International Business Machines |
+* Copyright (C) 1997-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
********************************************************************** |
* |
@@ -58,10 +58,6 @@ |
//static const char I64_MIN_REP[] = "9223372036854775808"; |
-static const uint8_t DIGIT_HAVE_NONE=0; |
-static const uint8_t DIGIT_HAVE_DOUBLE=1; |
-static const uint8_t DIGIT_HAVE_INT64=2; |
- |
U_NAMESPACE_BEGIN |
// ------------------------------------- |