remove unused member

pull/8438/head
Jan Tattermusch 8 years ago
parent 7735daad14
commit 32cb42e046
  1. 1
      src/csharp/Grpc.Core/GrpcEnvironment.cs

@ -59,7 +59,6 @@ namespace Grpc.Core
static ILogger logger = new NullLogger();
readonly object myLock = new object();
readonly GrpcThreadPool threadPool;
readonly DebugStats debugStats = new DebugStats();
readonly AtomicCounter cqPickerCounter = new AtomicCounter();

Loading…
Cancel
Save