aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-12 10:18:47 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-12 10:18:47 -0700
commit94829fb7b1a283c620898573ff0b418c2c16f57f (patch)
tree586aa1dc82500c3a54a6fe087a0c6ebed3074258
parentebf4046d7fc8df57642612807e0254266753e248 (diff)
remove OperationFailedException also from the project file
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index 9a8195e9d0..055aff1444 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -83,7 +83,6 @@
<Compile Include="Internal\AsyncCompletion.cs" />
<Compile Include="Internal\AsyncCallBase.cs" />
<Compile Include="Internal\AsyncCallServer.cs" />
- <Compile Include="OperationFailedException.cs" />
<Compile Include="Internal\AsyncCall.cs" />
<Compile Include="Utils\Preconditions.cs" />
<Compile Include="Internal\ServerCredentialsSafeHandle.cs" />