| Index: source/test/cintltst/uregiontest.c
|
| diff --git a/source/test/cintltst/uregiontest.c b/source/test/cintltst/uregiontest.c
|
| index 9565530b6b7f55ef4270097f8c7551917dd80c9f..d2b87f41d62df4c18c2932528a1c5b4d0dcbf4a0 100644
|
| --- a/source/test/cintltst/uregiontest.c
|
| +++ b/source/test/cintltst/uregiontest.c
|
| @@ -1,5 +1,5 @@
|
| /********************************************************************
|
| - * Copyright (c) 2013, International Business Machines Corporation
|
| + * Copyright (c) 2014, International Business Machines Corporation
|
| * and others. All Rights Reserved.
|
| ********************************************************************/
|
| /* C API TEST FOR UREGION */
|
| @@ -51,8 +51,6 @@ typedef struct KnownRegion {
|
| const char *containingContinent;
|
| } KnownRegion;
|
|
|
| -#define LENGTHOF(array) (int32_t)(sizeof(array) / sizeof((array)[0]))
|
| -
|
| static KnownRegion knownRegions[] = {
|
| // Code, Num, Parent, Type, Containing Continent
|
| { "TP" , 626, "035", URGN_TERRITORY, "142" },
|
|
|