From d35c01344df0d9f4bf1be50ec4789879f55d3f64 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Thu, 20 Feb 2025 21:20:57 +0100 Subject: [PATCH] Remove outdated arg comment for `_ClosePseudoConsoleMembers` (#18586) Since the argument no longer exists. --- src/winconpty/winconpty.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/winconpty/winconpty.cpp b/src/winconpty/winconpty.cpp index 5f10758ae6..79c97ddaa2 100644 --- a/src/winconpty/winconpty.cpp +++ b/src/winconpty/winconpty.cpp @@ -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: // - void _ClosePseudoConsoleMembers(_In_ PseudoConsole* pPty)