diff --git a/include/WinStd/Sec.h b/include/WinStd/Sec.h index 4d01e620..36528713 100644 --- a/include/WinStd/Sec.h +++ b/include/WinStd/Sec.h @@ -49,8 +49,6 @@ static BOOLEAN GetUserNameExA(_In_ EXTENDED_NAME_FORMAT NameFormat, _Inout_ std: template static BOOLEAN GetUserNameExW(_In_ EXTENDED_NAME_FORMAT NameFormat, _Inout_ std::basic_string &sName) { - assert(0); // TODO: Test this code. - wchar_t szStackBuffer[WINSTD_STACK_BUFFER_BYTES/sizeof(wchar_t)]; ULONG ulSize = _countof(szStackBuffer);