summaryrefslogtreecommitdiff
path: root/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-01-26 22:38:04 +0100
committerJens Geyer <jensg@apache.org>2022-01-27 08:55:19 +0100
commit1ef362cc62a761811294f390e0ead2785e12c9b0 (patch)
tree4db90e31805ac8285baeb1610349ec4624bc28e4 /lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
parentfb87b440cdba9ba53b0db88296c86a92a3ae2503 (diff)
downloadthrift-1ef362cc62a761811294f390e0ead2785e12c9b0.tar.gz
THRIFT-5504 CA2254 Message template should be compile time constant
Client netstd Patch: Jens Geyer
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
{