changeset 14073:6732a269f96f

[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 <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 Aug 2006 01:10:18 +0000
parents cf48a70da762
children 36bb845aa622
files src/protocols/oscar/family_oservice.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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");