rpcrt4/tests: remove a dead assignment (LLVM/Clang)

Austin English austinenglish at gmail.com
Wed Feb 9 15:44:28 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c
index 549d09e..4687f03 100644
--- a/dlls/rpcrt4/tests/ndr_marshall.c
+++ b/dlls/rpcrt4/tests/ndr_marshall.c
@@ -741,7 +741,6 @@ static void test_simple_struct_marshal(const unsigned char *formattypes,
     ok(size == StubMsg.MemorySize, "%s: size != MemorySize\n", msgpfx);
     ok(StubMsg.MemorySize == ((srcsize + 3) & ~3) + srcsize, "%s: mem size %u\n", msgpfx, size);
     ok(StubMsg.Buffer - StubMsg.BufferStart == wiredatalen, "%s: Buffer %p Start %p\n", msgpfx, StubMsg.Buffer, StubMsg.BufferStart);
-    size = srcsize;
     /*** Unmarshalling first with must_alloc false ***/
 
     StubMsg.Buffer = StubMsg.BufferStart;


More information about the wine-patches mailing list