ICU-432 removed forgotten leak test...

X-SVN-Rev: 1789
This commit is contained in:
Vladimir Weinstein 2000-07-11 20:42:54 +00:00
parent 63c97dc078
commit 2e5480107c

View File

@ -309,11 +309,6 @@ void MergeCollation::addPattern(const UnicodeString& pattern,
entry = parser->next(success);
if (entry == (PatternEntry *)0x032ac2c0)
{
int i=0;
}
}
// WEIV tentatively - is there a leak at the end???
delete parser;
}