diff options
Diffstat (limited to 'java/src/Ice/_ObjectDelM.java')
-rw-r--r-- | java/src/Ice/_ObjectDelM.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/src/Ice/_ObjectDelM.java b/java/src/Ice/_ObjectDelM.java index 549859a7bbc..7481976ee3b 100644 --- a/java/src/Ice/_ObjectDelM.java +++ b/java/src/Ice/_ObjectDelM.java @@ -241,12 +241,6 @@ public class _ObjectDelM implements _ObjectDel protected void reclaimOutgoing(IceInternal.Outgoing out) { - // - // TODO: Is this code necessary? Shouldn't __outgoingCache be - // empty, i.e., shouldn't this be assert(__outgoingCache == - // null), just like for _incomingCache in - // IceInternal::Connection? - // synchronized(__outgoingMutex) { out.next = __outgoingCache; |