webservices: Remove dead code in read_attribute_value_bin.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
35de20a8b3
commit
f53b6bfde0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue