aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/ChannelOptions.cs
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-04 18:45:40 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-04 18:45:40 -0700
commitdc64fb539980ad6117714dbd57d35c32ba369778 (patch)
tree2cfc6f1b968c11e2463008898d29b64559b78965 /src/csharp/Grpc.Core/ChannelOptions.cs
parentd27dfa78409aecb80ffc3e1ddf69d73576b429fa (diff)
remove the ImmutableCollections dependency
Diffstat (limited to 'src/csharp/Grpc.Core/ChannelOptions.cs')
-rw-r--r--src/csharp/Grpc.Core/ChannelOptions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/ChannelOptions.cs b/src/csharp/Grpc.Core/ChannelOptions.cs
index f70408dae7..1e0f90287a 100644
--- a/src/csharp/Grpc.Core/ChannelOptions.cs
+++ b/src/csharp/Grpc.Core/ChannelOptions.cs
@@ -30,7 +30,6 @@
#endregion
using System;
using System.Collections.Generic;
-using System.Collections.Immutable;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;