aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
diff options
context:
space:
mode:
authorGravatar Hongyu Chen <hongyu@google.com>2015-08-24 10:59:48 -0700
committerGravatar Hongyu Chen <hongyu@google.com>2015-08-24 10:59:48 -0700
commit4473e52311604c27c94994509e4a6322cd0571dc (patch)
treefac0c7830939cf1aaad95a148f6ea5d1909793fc /src/csharp/Grpc.IntegrationTesting/InteropServer.cs
parente09dc78e74f481dd06bf2f9ea643026f5e94bb5b (diff)
parent04715888e60c6195a2c1d9d6b31f7a82f0d717e2 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/InteropServer.cs')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/InteropServer.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
index 504fd11857..0cc8b2cde1 100644
--- a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
+++ b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs
@@ -107,8 +107,6 @@ namespace Grpc.IntegrationTesting
server.Start();
server.ShutdownTask.Wait();
-
- GrpcEnvironment.Shutdown();
}
private static ServerOptions ParseArguments(string[] args)