From 225c43b8124aaeb4c2e307379ab98036db1a38b3 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Thu, 1 Sep 2016 14:15:49 +0100 Subject: [PATCH] rpcrt4/tests: Remove an unnecessary and confusing message. Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard --- dlls/rpcrt4/tests/rpc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlls/rpcrt4/tests/rpc.c b/dlls/rpcrt4/tests/rpc.c index d2608276956..23b9e3601e6 100644 --- a/dlls/rpcrt4/tests/rpc.c +++ b/dlls/rpcrt4/tests/rpc.c @@ -431,13 +431,10 @@ static void test_I_RpcMapWin32Status(void) RPC_STATUS rpc_status; BOOL w2k3_up = FALSE; - /* Windows 2003 and Vista return STATUS_UNSUCCESSFUL if given an unknown status */ + /* Windows 2003 and above return STATUS_UNSUCCESSFUL if given an unknown status */ win32status = I_RpcMapWin32Status(9999); if (win32status == STATUS_UNSUCCESSFUL) - { - trace("We are on Windows 2003 or Vista\n"); w2k3_up = TRUE; - } /* On Windows XP-SP1 and below some statuses are not mapped and return * the given status