summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/i18n/digitlst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/digitlst.cpp')
-rw-r--r--Build/source/libs/icu-xetex/i18n/digitlst.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/digitlst.cpp b/Build/source/libs/icu-xetex/i18n/digitlst.cpp
index 2ec5a147c11..350e685ae35 100644
--- a/Build/source/libs/icu-xetex/i18n/digitlst.cpp
+++ b/Build/source/libs/icu-xetex/i18n/digitlst.cpp
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (C) 1997-2004, International Business Machines
+* Copyright (C) 1997-2005, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
@@ -51,8 +51,6 @@ static char gDecimal = 0;
static const char LONG_MIN_REP[] = "2147483648";
static const char I64_MIN_REP[] = "9223372036854775808";
-static const int64_t I64_MIN_VALUE = U_INT64_MIN;
-
enum {
LONG_MIN_REP_LENGTH = sizeof(LONG_MIN_REP) - 1, //Ignore the NULL at the end
I64_MIN_REP_LENGTH = sizeof(I64_MIN_REP) - 1 //Ignore the NULL at the end