summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ConnectionI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ConnectionI.cs')
-rw-r--r--csharp/src/Ice/ConnectionI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/Ice/ConnectionI.cs b/csharp/src/Ice/ConnectionI.cs
index d3150ba8321..a191988d800 100644
--- a/csharp/src/Ice/ConnectionI.cs
+++ b/csharp/src/Ice/ConnectionI.cs
@@ -792,7 +792,6 @@ namespace Ice
return; // The request has already been or will be shortly notified of the failure.
}
-
OutgoingMessage o = _sendStreams.FirstOrDefault(m => m.outAsync == outAsync);
if(o != null)
{