From b1ad9160cce7d21494e6c5a81efa75dc6e355413 Mon Sep 17 00:00:00 2001 From: Martin Bourbier <89635684+MartinBourbier@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:27:04 +0200 Subject: [PATCH] [runner][nit]remove redundant namespace (#19626) --- src/runner/UpdateUtils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runner/UpdateUtils.cpp b/src/runner/UpdateUtils.cpp index 3c067555b1..672cc7e2dd 100644 --- a/src/runner/UpdateUtils.cpp +++ b/src/runner/UpdateUtils.cpp @@ -84,8 +84,6 @@ SHELLEXECUTEINFOW LaunchPowerToysUpdate(const wchar_t* cmdline) return sei; } -using namespace updating; - bool IsMeteredConnection() { using namespace winrt::Windows::Networking::Connectivity;