widl: Remove an unnecessary assignment in write_pointers.

This commit is contained in:
Dan Hipschman 2007-05-11 17:26:43 -07:00 committed by Alexandre Julliard
parent bf3849ad6f
commit faf5071549
1 changed files with 1 additions and 2 deletions

View File

@ -728,8 +728,7 @@ static int write_pointers(FILE *file, const attr_list_t *attrs,
}
else
{
pointers_written = write_pointers(file, attrs, type->ref, array,
level + 1, typestring_offset);
write_pointers(file, attrs, type->ref, array, level + 1, typestring_offset);
if (1 < level)
{