Nikolay Sivov : opcservices: Remove unnecessary trace message.

Alexandre Julliard julliard at winehq.org
Tue Sep 4 14:04:15 CDT 2018


Module: wine
Branch: master
Commit: 3b4985066bc6f695472dd3121a8699751bb18473
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3b4985066bc6f695472dd3121a8699751bb18473

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Sep  4 08:04:58 2018 +0300

opcservices: Remove unnecessary trace message.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/opcservices/factory.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/opcservices/factory.c b/dlls/opcservices/factory.c
index ca46d0a..7d72b39 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 );
 }
 




More information about the wine-cvs mailing list