widl: Remove a FIXME comment in write_function_stubs.

Clean valgrind runs of tested types and comparison with MIDL-generated
code suggests that the existing code written in the finally block for
client code is sufficient.
This commit is contained in:
Rob Shearman 2010-03-15 19:31:14 +00:00 committed by Alexandre Julliard
parent fd96c54641
commit eb4100e91c

View file

@ -126,8 +126,6 @@ static void write_function_stubs(type_t *iface, unsigned int *proc_offset)
print_client( " struct __frame_%s%s *__frame )\n{\n", prefix_client, get_name(func) );
indent++;
/* FIXME: emit client finally code */
if (has_full_pointer)
write_full_pointer_free(client, indent, func);