Remove no-op GetRuntimeId() call (#13545)
Blue committed
Sep 30, 2025 at 13:33 UTC
5c5fd4a1b4e760333a49848c300d1698d5b621a5
1 file changed
-2
src/windows/service/exe/LxssUserSession.cpp
-2
@@ -2806,8 +2806,6 @@ void LxssUserSessionImpl::_CreateVm()
2806
// Create the utility VM and register for callbacks.
2807
m_utilityVm = WslCoreVm::Create(m_userToken, std::move(config), vmId);
2808
2809
- m_utilityVm->GetRuntimeId();
2810
-
2809
if (m_httpProxyStateTracker)
2810
{
2811
// this needs to be done after the VM has finished in case we fell back to NAT mode