diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-10-20 19:17:42 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-10-21 10:21:31 +0200 |
commit | 32cb42e046d2027804cc8a354dd8ebda4e912fd7 (patch) | |
tree | 4753b7af9b182f025a3386075f6d9e1ed5ccf98c /src/csharp | |
parent | 7735daad14ef15d72edb3afecb1fa99b248b3e68 (diff) |
remove unused member
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/Grpc.Core/GrpcEnvironment.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/GrpcEnvironment.cs b/src/csharp/Grpc.Core/GrpcEnvironment.cs index 3ed2df203d..c57c904eb9 100644 --- a/src/csharp/Grpc.Core/GrpcEnvironment.cs +++ b/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(); |