Skip to content

Commit 9d59f34

Browse files
committed
Fix the cherry-pick
1 parent d4182f7 commit 9d59f34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cascadia/TerminalConnection/ConptyConnection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ namespace winrt::Microsoft::Terminal::TerminalConnection::implementation
193193
_inPipe{ hIn },
194194
_outPipe{ hOut }
195195
{
196-
_sessionId = Utils::CreateGuid();
197-
198196
THROW_IF_FAILED(ConptyPackPseudoConsole(hServerProcess, hRef, hSig, &_hPC));
199197
_piClient.hProcess = hClientProcess;
200198

0 commit comments

Comments
 (0)