Clean up '#if CORE' in Cmdlets.cs (#4406)

This commit is contained in:
Ilya 2017-08-01 00:05:38 +04:00 committed by Dongbo Wang
parent a3d05eb404
commit 812081e964

View file

@ -10,10 +10,6 @@ using System.Management.Automation;
using System.Management.Automation.Language;
using System.Reflection;
using System.Linq;
#if CORECLR
using System.Runtime.InteropServices;
using Microsoft.PowerShell.Internal;
#endif
namespace Microsoft.PowerShell
{