ole32: Message filters aren't used in the test_call_from_message test, so remove the call to CoRegisterMessageFilter.

This commit is contained in:
Rob Shearman 2006-12-27 11:05:48 +00:00 committed by Alexandre Julliard
parent 1871473bb2
commit 3be9cbc41a
1 changed files with 0 additions and 2 deletions

View File

@ -1722,8 +1722,6 @@ static void test_call_from_message(void)
ok_more_than_one_lock();
hr = CoRegisterMessageFilter(&MessageFilter, NULL);
/* start message re-entrancy test */
hr = IClassFactory_CreateInstance(proxy, NULL, &IID_IUnknown, (void **)&object);
ok_ole_success(hr, IClassFactory_CreateInstance);