Skip to content

Commit

Permalink
Actually, we don't need to define these at all except on NetFX.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 20, 2024
1 parent acf5682 commit 85bafa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/IKVM.Runtime/System/Index.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// See the LICENSE file in the project root for more information.

#if NETSTANDARD2_1 || NET
using System.Runtime.CompilerServices;
[assembly: TypeForwardedTo(typeof(System.Index))]
#else
using System.Runtime.CompilerServices;

Expand Down
2 changes: 0 additions & 2 deletions src/IKVM.Runtime/System/Range.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// See the LICENSE file in the project root for more information.

#if NETSTANDARD2_1 || NET
using System.Runtime.CompilerServices;
[assembly: TypeForwardedTo(typeof(System.Range))]
#else
using System.Runtime.CompilerServices;

Expand Down

0 comments on commit 85bafa1

Please sign in to comment.