ICU-11564 Delete a stale cast and comment.

X-SVN-Rev: 37388
This commit is contained in:
George Rhoten 2015-04-23 17:14:52 +00:00
parent e7b812f712
commit e1c9c699b9

View File

@ -518,8 +518,7 @@ NFSubstitution::NFSubstitution(int32_t _pos,
NFSubstitution::~NFSubstitution()
{
// cast away const
delete (NumberFormat*)numberFormat;
delete numberFormat;
numberFormat = NULL;
}