# HG changeset patch # User Daniel Atallah # Date 1155258618 0 # Node ID 6732a269f96fcad79a288eaa188872adf12d849f # Parent cf48a70da762bef220ae7470c168dcbfaec3fc3a [gaim-migrate @ 16694] Fix CID 217 (Dead Code) I'm pretty wary of the DEADCODE CIDs, but this one seems pretty obvious. committer: Tailor Script diff -r cf48a70da762 -r 6732a269f96f src/protocols/oscar/family_oservice.c --- a/src/protocols/oscar/family_oservice.c Fri Aug 11 00:55:18 2006 +0000 +++ b/src/protocols/oscar/family_oservice.c Fri Aug 11 01:10:18 2006 +0000 @@ -1028,13 +1028,6 @@ byte_stream_put32(&frame->data, 0xa46d3b39); #endif - } else if ((offset == 0x00001000) && (len == 0x00000000)) { - - byte_stream_put32(&frame->data, 0xd41d8cd9); - byte_stream_put32(&frame->data, 0x8f00b204); - byte_stream_put32(&frame->data, 0xe9800998); - byte_stream_put32(&frame->data, 0xecf8427e); - } else gaim_debug_warning("oscar", "sendmemblock: unknown hash request\n");