From fc28f366f67990ada0a7f88f3723a48cd39cf36b Mon Sep 17 00:00:00 2001 From: John Emmons Date: Mon, 6 Aug 2007 21:12:34 +0000 Subject: [PATCH] ICU-5708 Generic time zone support - clean up code X-SVN-Rev: 22286 --- icu4c/source/i18n/dtfmtsym.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/icu4c/source/i18n/dtfmtsym.cpp b/icu4c/source/i18n/dtfmtsym.cpp index f2da1e687ef..c461c16912a 100644 --- a/icu4c/source/i18n/dtfmtsym.cpp +++ b/icu4c/source/i18n/dtfmtsym.cpp @@ -2255,7 +2255,6 @@ DateFormatSymbols::findZoneIDTypeValue( UnicodeString& zid, const UnicodeString& tzKeys->reset(status); while( (myKey=tzKeys->snext(status))!= NULL){ - char outpt[1000]; status = U_ZERO_ERROR; this->getFallbackString(*myKey,fbString,status); if ( U_FAILURE(status) ) {