diff --git a/reactos/base/system/winlogon/sas.c b/reactos/base/system/winlogon/sas.c index 8a4b414831c..750b01fef94 100644 --- a/reactos/base/system/winlogon/sas.c +++ b/reactos/base/system/winlogon/sas.c @@ -395,7 +395,6 @@ CreateLogoffSecurityAttributes( if (SetEntriesInAcl(1, &Access, NULL, &pACL) != ERROR_SUCCESS) { - // SetEntriesInAcl is not implemented yet ERR("Failed to set Access Rights for logoff thread. Logging out will most likely fail.\n"); HeapFree(GetProcessHeap(), 0, pMem);