[PATCH 6/6] opcservices: Remove unnecessary trace message.

Nikolay Sivov nsivov at codeweavers.com
Tue Sep 4 00:04:58 CDT 2018


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/opcservices/factory.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/opcservices/factory.c b/dlls/opcservices/factory.c
index ca46d0a202..7d72b39b7b 100644
--- a/dlls/opcservices/factory.c
+++ b/dlls/opcservices/factory.c
@@ -465,7 +465,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD reason, void *reserved)
 
 HRESULT WINAPI DllRegisterServer(void)
 {
-    FIXME("\n");
     return __wine_register_resources( OPC_hInstance );
 }
 
-- 
2.18.0




More information about the wine-devel mailing list