diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-06-11 23:36:10 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-06-11 23:36:10 +0200 |
| commit | 383c2d73745345e4b6edc0f1b605851cd4062a83 (patch) | |
| tree | c83d11d1fab2094a33ee228a13a794f17f9b8054 /MediaBrowser.Controller/Net/IWebSocketConnection.cs | |
| parent | adf406b1821800bbf1b214c4ac673defa362e4f4 (diff) | |
Remove useless nullable directives
Diffstat (limited to 'MediaBrowser.Controller/Net/IWebSocketConnection.cs')
| -rw-r--r-- | MediaBrowser.Controller/Net/IWebSocketConnection.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Net/IWebSocketConnection.cs b/MediaBrowser.Controller/Net/IWebSocketConnection.cs index f1ba1ec72..c8c5caf80 100644 --- a/MediaBrowser.Controller/Net/IWebSocketConnection.cs +++ b/MediaBrowser.Controller/Net/IWebSocketConnection.cs @@ -1,9 +1,5 @@ -#nullable disable - #pragma warning disable CS1591 -#nullable enable - using System; using System.Net; using System.Net.WebSockets; |
