From 071ea06af8b8b5c92a8842844b98a92e7183c60e Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 21 May 2007 16:45:53 +0100 Subject: [PATCH] ole32: Remove a useless trace. Remove an incorrect comment. --- dlls/ole32/tests/marshal.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c index e64b9f5bfb4..1fd2fbb2aad 100644 --- a/dlls/ole32/tests/marshal.c +++ b/dlls/ole32/tests/marshal.c @@ -241,7 +241,6 @@ static DWORD CALLBACK host_object_proc(LPVOID p) { if (msg.hwnd == NULL && msg.message == RELEASEMARSHALDATA) { - trace("releasing marshal data\n"); CoReleaseMarshalData(data->stream); SetEvent((HANDLE)msg.lParam); } @@ -523,14 +522,6 @@ static void test_proxy_marshal_and_unmarshal(void) ok_more_than_one_lock(); - /* now the proxies should be as follows: - * pProxy2 -> &Test_ClassFactory - * they should NOT be as follows: - * pProxy -> &Test_ClassFactory - * pProxy2 -> pProxy - * the above can only really be tested by looking in +ole traces - */ - IUnknown_Release(pProxy2); /* unmarshal all of the proxies to check that the object stub still exists */