Commit f53b6bfd authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

webservices: Remove dead code in read_attribute_value_bin.

parent 35de20a8
......@@ -1582,11 +1582,6 @@ static HRESULT read_attribute_value_bin( struct reader *reader, WS_XML_ATTRIBUTE
return WS_E_NOT_SUPPORTED;
}
if (type >= RECORD_INT8_TEXT && type <= RECORD_INT64_TEXT)
{
attr->value = &text_int64->text;
return S_OK;
}
if (type >= RECORD_BYTES8_TEXT && type <= RECORD_BYTES32_TEXT)
{
attr->value = &text_base64->text;
......
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