setupapi: Remove a misleading fixme.

This commit is contained in:
Juan Lang 2007-10-05 21:56:47 -07:00 committed by Alexandre Julliard
parent 8e8f840159
commit 216ab7d4cb
1 changed files with 0 additions and 2 deletions

View File

@ -796,8 +796,6 @@ BOOL WINAPI SetupDiClassGuidsFromNameExA(
LPWSTR MachineNameW = NULL;
BOOL bResult;
FIXME("\n");
ClassNameW = MultiByteToUnicode(ClassName, CP_ACP);
if (ClassNameW == NULL)
return FALSE;