ICU-3009 remove unneeded clear()

X-SVN-Rev: 12428
This commit is contained in:
Steven R. Loomis 2003-06-10 22:21:10 +00:00
parent db453aa5c7
commit f9cf9c3af6

View File

@ -546,7 +546,6 @@ Calendar::createInstance(TimeZone* zone, const Locale& aLocale, UErrorCode& succ
} }
// Now, reset calendar to default state: // Now, reset calendar to default state:
c->clear();
c->adoptTimeZone(zone); // Set the correct time zone c->adoptTimeZone(zone); // Set the correct time zone
c->setTimeInMillis(getNow(), success); // let the new calendar have the current time. c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
return c; return c;