Skip to content

Commit

Permalink
fixup! (#100790)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Apr 9, 2024
1 parent d9e22cf commit 09a8c63
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public void HandshakeFailed(bool isServer, long startingTimestamp, string except
HandshakeStop(SslProtocols.None);
}

#pragma warning disable IDE0060 // https://github.com/dotnet/roslyn-analyzers/issues/6228
[NonEvent]
public void HandshakeCompleted(SslProtocols protocol, long startingTimestamp, bool connectionOpen)
{
Expand Down Expand Up @@ -213,7 +212,6 @@ public void HandshakeCompleted(SslProtocols protocol, long startingTimestamp, bo

HandshakeStop(protocol);
}
#pragma warning restore IDE0060 // https://github.com/dotnet/roslyn-analyzers/issues/6228

[NonEvent]
public void ConnectionClosed(SslProtocols protocol)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Runtime.Intrinsics.Wasm;
using System.Runtime.Intrinsics.X86;


namespace System.Buffers
{
/// <summary>Data structure used to optimize checks for whether a char is in a set of chars.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86;


#pragma warning disable 8500 // sizeof of managed types

namespace System
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;


#pragma warning disable 8500 // sizeof of managed types

namespace System
Expand Down

0 comments on commit 09a8c63

Please sign in to comment.