Remove outdated arg comment for _ClosePseudoConsoleMembers (#18586)

Since the argument no longer exists.
This commit is contained in:
Marcus Tillmanns 2025-02-20 21:20:57 +01:00 committed by GitHub
parent 13e7c9314d
commit d35c01344d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -359,7 +359,6 @@ HRESULT _ReparentPseudoConsole(_In_ const PseudoConsole* const pPty, _In_ const
// HPCON via the API).
// Arguments:
// - pPty: A pointer to a PseudoConsole struct.
// - wait: If true, waits for conhost/OpenConsole to exit first.
// Return Value:
// - <none>
void _ClosePseudoConsoleMembers(_In_ PseudoConsole* pPty)