Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 20, 2025
1 parent a941eef commit 899c609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DotNext.Tests/Runtime/ValueReferenceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

namespace DotNext.Runtime;

using InteropServices;

public sealed class ValueReferenceTests : Test
{
[Fact]
Expand Down Expand Up @@ -211,8 +209,6 @@ public static void ReadOnlySpanInterop()
True(Unsafe.AreSame(in reference.Value, in span[0]));
}



private record MyClass : IResettable
{
internal static string StaticObject;
Expand Down

0 comments on commit 899c609

Please sign in to comment.