mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 03:34:38 +00:00
ICU-11564 Delete a stale cast and comment.
X-SVN-Rev: 37388
This commit is contained in:
parent
e7b812f712
commit
e1c9c699b9
1 changed files with 1 additions and 2 deletions
|
@ -518,8 +518,7 @@ NFSubstitution::NFSubstitution(int32_t _pos,
|
|||
|
||||
NFSubstitution::~NFSubstitution()
|
||||
{
|
||||
// cast away const
|
||||
delete (NumberFormat*)numberFormat;
|
||||
delete numberFormat;
|
||||
numberFormat = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue