]> granicus.if.org Git - icu/commitdiff
ICU-8451 Add region objects to Makefiles - remove one unnecessary line in region.cpp
authorJohn Emmons <emmo@us.ibm.com>
Mon, 14 Jan 2013 19:06:31 +0000 (19:06 +0000)
committerJohn Emmons <emmo@us.ibm.com>
Mon, 14 Jan 2013 19:06:31 +0000 (19:06 +0000)
X-SVN-Rev: 33049

icu4c/source/i18n/Makefile.in
icu4c/source/i18n/region.cpp
icu4c/source/test/intltest/Makefile.in

index a8cfef606a748c31188be35622354189cb4e8e37..253427eabe3c074e511857bea669770e396323c3 100644 (file)
@@ -1,6 +1,6 @@
 #******************************************************************************
 #
-#   Copyright (C) 1998-2012, International Business Machines
+#   Copyright (C) 1998-2013, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
@@ -86,7 +86,7 @@ tmunit.o tmutamt.o tmutfmt.o currpinf.o \
 uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o uspoof_wsconf.o decfmtst.o smpdtfst.o \
 ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o locdspnm.o \
 decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o \
-tzfmt.o compactdecimalformat.o gender.o
+tzfmt.o compactdecimalformat.o gender.o region.o
 
 ## Header files to install
 HEADERS = $(srcdir)/unicode/*.h
index 9e6762def6afa4c990373d6eaee32a8f1b602f76..506f852e48676b06b57fff9e5e46c586583d1ce9 100644 (file)
@@ -143,7 +143,6 @@ void Region::loadRegionData() {
 \r
 \r
     // Process the territory aliases\r
-    int32_t territoryAliasSize = ures_getSize(territoryAlias);\r
     while ( ures_hasNext(territoryAlias) ) {\r
         UResourceBundle *res = ures_getNextResource(territoryAlias,NULL,&status);\r
         const char *aliasFrom = ures_getKey(res);\r
index e02f097ba9b0725028af9e3e8969a3288bdc5482..b8667303b5d4383ad5d2ef654de4e7b3512d1ba2 100644 (file)
@@ -1,6 +1,6 @@
 #******************************************************************************
 #
-#   Copyright (C) 1999-2012, International Business Machines
+#   Copyright (C) 1999-2013, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
@@ -55,7 +55,7 @@ itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \
 uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o testidn.o testidna.o uts46test.o \
 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
 windttst.o winnmtst.o winutil.o csdetest.o tzrulets.o tzoffloc.o tzfmttst.o ssearch.o dtifmtts.o \
-tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindextst.o listformattertest.o genderinfotest.o compactdecimalformattest.o
+tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindextst.o listformattertest.o genderinfotest.o compactdecimalformattest.o regiontst.o
 
 DEPS = $(OBJECTS:.o=.d)