diff options
Diffstat (limited to 'java/src/IceSSL/TransceiverI.java')
-rw-r--r-- | java/src/IceSSL/TransceiverI.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/IceSSL/TransceiverI.java b/java/src/IceSSL/TransceiverI.java index 40bd7e6fab1..c2a63efaf0b 100644 --- a/java/src/IceSSL/TransceiverI.java +++ b/java/src/IceSSL/TransceiverI.java @@ -170,7 +170,6 @@ final class TransceiverI implements IceInternal.Transceiver // // Try to satisfy the request from data we've already decrypted. // - int pos = buf.b.position(); fill(buf.b); // @@ -210,7 +209,6 @@ final class TransceiverI implements IceInternal.Transceiver } } - pos = buf.b.position(); fill(buf.b); } } |