Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 19, 2024
1 parent b105d37 commit 2cea624
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions src/Polyfill/Regex/Polyfill_Regex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
#if !NET7_0_OR_GREATER && HAS_SPAN

using System;
using System.IO;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Link = System.ComponentModel.DescriptionAttribute;

static partial class Polyfill
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Regex/RegexPolyfill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#pragma warning disable
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Text.RegularExpressions;
using Link = System.ComponentModel.DescriptionAttribute;
Expand Down
6 changes: 0 additions & 6 deletions src/Polyfill/Regex/ValueMatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
#if !NET7_0_OR_GREATER && HAS_SPAN

using System;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Link = System.ComponentModel.DescriptionAttribute;

using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;

namespace System.Text.RegularExpressions;
Expand Down
4 changes: 0 additions & 4 deletions src/Polyfill/Regex/ValueMatchEnumerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
#if !NET7_0_OR_GREATER && (MEMORYREFERENCED || NET6_0 || NET5_0)

using System;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;

namespace System.Text.RegularExpressions;
Expand Down

0 comments on commit 2cea624

Please sign in to comment.