aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Call.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Core/Call.cs')
-rw-r--r--src/csharp/Grpc.Core/Call.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core/Call.cs b/src/csharp/Grpc.Core/Call.cs
index d1ee59ff0a..37b452f020 100644
--- a/src/csharp/Grpc.Core/Call.cs
+++ b/src/csharp/Grpc.Core/Call.cs
@@ -41,8 +41,6 @@ namespace Grpc.Core
/// Abstraction of a call to be invoked on a client.
/// </summary>
public class Call<TRequest, TResponse>
- where TRequest : class
- where TResponse : class
{
readonly string name;
readonly Marshaller<TRequest> requestMarshaller;