aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/Channel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/GrpcCore/Channel.cs')
-rw-r--r--src/csharp/GrpcCore/Channel.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/csharp/GrpcCore/Channel.cs b/src/csharp/GrpcCore/Channel.cs
index 242e2b621a..cd4f151f49 100644
--- a/src/csharp/GrpcCore/Channel.cs
+++ b/src/csharp/GrpcCore/Channel.cs
@@ -41,13 +41,6 @@ namespace Google.GRPC.Core
{
public class Channel : IDisposable
{
- /// <summary>
- /// Make sure GPRC environment is initialized before any channels get used.
- /// </summary>
- static Channel() {
- GrpcEnvironment.EnsureInitialized();
- }
-
readonly ChannelSafeHandle handle;
readonly String target;