From bbf1d0d49638ea6b0aec53cb23f3295193fd7ae9 Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:52:01 -0500 Subject: [PATCH] Remove unnessary using --- src/System.Management.Automation/namespaces/PathInfo.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/System.Management.Automation/namespaces/PathInfo.cs b/src/System.Management.Automation/namespaces/PathInfo.cs index cd91845f84c..e4b1f12ddc7 100644 --- a/src/System.Management.Automation/namespaces/PathInfo.cs +++ b/src/System.Management.Automation/namespaces/PathInfo.cs @@ -1,8 +1,6 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -using Dbg = System.Management.Automation; - namespace System.Management.Automation { ///