mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3009 remove unneeded clear()
X-SVN-Rev: 12428
This commit is contained in:
parent
db453aa5c7
commit
f9cf9c3af6
1 changed files with 0 additions and 1 deletions
|
@ -546,7 +546,6 @@ Calendar::createInstance(TimeZone* zone, const Locale& aLocale, UErrorCode& succ
|
|||
}
|
||||
|
||||
// Now, reset calendar to default state:
|
||||
c->clear();
|
||||
c->adoptTimeZone(zone); // Set the correct time zone
|
||||
c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
|
||||
return c;
|
||||
|
|
Loading…
Add table
Reference in a new issue