summaryrefslogtreecommitdiff
path: root/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs')
-rw-r--r--lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs b/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
index ba1834cde..efa1698da 100644
--- a/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
+++ b/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
@@ -29,8 +29,6 @@ using Thrift.Processor;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
-#pragma warning disable IDE0079 // remove unnecessary pragmas
-#pragma warning disable IDE0063 // using can be simplified, we don't
namespace Thrift.Server
{