ntdll: Remove stale comment from set_async_direct_result() documentation.

The supplied async handle passed to set_async_direct_result() cannot be
NULL.
This commit is contained in:
Jinoh Kang 2024-02-09 21:54:00 +09:00 committed by Alexandre Julliard
parent 2601a8a2f1
commit b74e1a570b

View file

@ -2593,7 +2593,6 @@ NTSTATUS WINAPI NtWaitForAlertByThreadId( const void *address, const LARGE_INTEG
#endif
/* Notify direct completion of async and close the wait handle if it is no longer needed.
* This function is a no-op (returns status as-is) if the supplied handle is NULL.
*/
void set_async_direct_result( HANDLE *async_handle, NTSTATUS status, ULONG_PTR information, BOOL mark_pending )
{