Rob Shearman : ole32: Remove a useless trace.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 22 07:00:14 CDT 2007


Module: wine
Branch: master
Commit: 071ea06af8b8b5c92a8842844b98a92e7183c60e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=071ea06af8b8b5c92a8842844b98a92e7183c60e

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon May 21 16:45:53 2007 +0100

ole32: Remove a useless trace.

Remove an incorrect comment.

---

 dlls/ole32/tests/marshal.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c
index e64b9f5..1fd2fbb 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 */




More information about the wine-cvs mailing list