From cba6b0342c34f7682ec4ec3c3906d0f0cb5b85c1 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 30 Dec 2007 20:56:04 +0000 Subject: [PATCH] Silence warning svn path=/trunk/; revision=31504 --- reactos/subsystems/win32/win32k/ntuser/class.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/class.c b/reactos/subsystems/win32/win32k/ntuser/class.c index 00e56b1b538..bc52a313516 100644 --- a/reactos/subsystems/win32/win32k/ntuser/class.c +++ b/reactos/subsystems/win32/win32k/ntuser/class.c @@ -2248,13 +2248,7 @@ InvalidParameter: } } else - { - if (CapturedClassName.Length == 0) - WARN("Tried to get information of a non-existing class atom 0x%p process 0x%p init: 0x%x\n", CapturedClassName.Buffer, PsGetCurrentProcessId(), pi->RegisteredSysClasses); - else - WARN("Tried to get information of a non-existing class \"%wZ\" process 0x%p init: 0x%x\n", &CapturedClassName, PsGetCurrentProcessId(), pi->RegisteredSysClasses); SetLastWin32Error(ERROR_CLASS_DOES_NOT_EXIST); - } } _SEH_HANDLE {