Skip to content
Snippets Groups Projects
Commit caa36146 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

removed outdated comment

parent a3b659c3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ namespace Google.GRPC.Core
readonly Func<byte[], TResponse> responseDeserializer;
readonly Channel channel;
// TODO: channel param should be removed in the future.
public Call(string methodName,
Func<TRequest, byte[]> requestSerializer,
Func<byte[], TResponse> responseDeserializer,
......@@ -22,7 +21,6 @@ namespace Google.GRPC.Core
this.channel = channel;
}
// TODO: channel param should be removed in the future.
public Call(Method<TRequest, TResponse> method, Channel channel)
{
this.methodName = method.Name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment