Cleanup '#if CORE' in HistoryQueue.cs (#4407)

This commit is contained in:
Ilya 2017-08-01 00:05:24 +04:00 committed by Dongbo Wang
parent 8454f99009
commit a3d05eb404

View file

@ -6,9 +6,6 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
#if CORECLR
using Microsoft.PowerShell.Internal;
#endif
namespace Microsoft.PowerShell
{