Commit 234855f0 authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Remove dead code in write_msft.c.

parent 541dddfd
......@@ -1157,14 +1157,6 @@ static int encode_var(
vt = get_type_vt(var->type);
type = var->type;
while(!vt) {
if(type->ref == NULL) {
vt = VT_VOID;
break;
}
type = type->ref;
vt = get_type_vt(type);
}
encode_type(typelib, vt, type, encoded_type, width, alignment, decoded_size);
if(type->type == RPC_FC_IP) return 2;
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment