ICU-3499 Improve the similarity between both scanf implementations.

X-SVN-Rev: 14990
This commit is contained in:
George Rhoten 2004-04-16 04:44:23 +00:00
parent 667debd717
commit bc8664b12b

View file

@ -812,9 +812,6 @@ u_scanf_scanset_handler(UFILE *input,
UChar *alias, *limit;
/* fill the input's internal buffer */
ufile_fill_uchar_buffer(input);
/* Create an empty set */
scanset = uset_open(0, -1);