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>
oldstable
Sebastian Lackner 2017-07-12 15:02:43 +02:00 committed by Alexandre Julliard
parent 35de20a8b3
commit f53b6bfde0
1 changed files with 0 additions and 5 deletions

View File

@ -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;