From 7ca6179c666273c850e09f5ecbfc757d653c29ef Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 18 May 2015 14:28:22 -0700 Subject: Make IAsyncReadStream use IAsyncEnumerator from Ix-Async --- src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs') diff --git a/src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs b/src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs index 731ea2be81..7a1c016ae2 100644 --- a/src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs +++ b/src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs @@ -39,9 +39,6 @@ using Grpc.Core.Utils; namespace Grpc.Core.Internal { - // TODO: we need to make sure that the delegates are not collected before invoked. - //internal delegate void ServerShutdownCallbackDelegate(bool success); - /// /// grpc_server from grpc/grpc.h /// -- cgit v1.2.3