ICU-1811 Remove unused code.

X-SVN-Rev: 8253
This commit is contained in:
George Rhoten 2002-03-26 23:09:05 +00:00
parent 008366a232
commit 103f843333
4 changed files with 8 additions and 2 deletions

View File

@ -531,6 +531,7 @@ DigitList::isZero() const
* We represent LONG_MIN internally as LONG_MAX + 1. This is actually an impossible
* value, for positive long integers, so we are safe in doing so.
*/
/* // This code is unused.
UBool
DigitList::isLONG_MIN() const
{
@ -547,6 +548,7 @@ DigitList::isLONG_MIN() const
return TRUE;
}
*/
// Initialize the LONG_MIN representation buffer. Note that LONG_MIN
// is stored as LONG_MAX+1 (LONG_MIN without the negative sign).

View File

@ -137,7 +137,8 @@ public:
* this method to determine if this is so; you cannot check directly,
* because a special format is used to handle this.
*/
UBool isLONG_MIN(void) const;
// This code is unused.
//UBool isLONG_MIN(void) const;
public:
/**

View File

@ -531,6 +531,7 @@ DigitList::isZero() const
* We represent LONG_MIN internally as LONG_MAX + 1. This is actually an impossible
* value, for positive long integers, so we are safe in doing so.
*/
/* // This code is unused.
UBool
DigitList::isLONG_MIN() const
{
@ -547,6 +548,7 @@ DigitList::isLONG_MIN() const
return TRUE;
}
*/
// Initialize the LONG_MIN representation buffer. Note that LONG_MIN
// is stored as LONG_MAX+1 (LONG_MIN without the negative sign).

View File

@ -137,7 +137,8 @@ public:
* this method to determine if this is so; you cannot check directly,
* because a special format is used to handle this.
*/
UBool isLONG_MIN(void) const;
// This code is unused.
//UBool isLONG_MIN(void) const;
public:
/**