diff options
Diffstat (limited to 'cpp/src/IceSSL/SecureTransportTransceiverI.h')
-rw-r--r-- | cpp/src/IceSSL/SecureTransportTransceiverI.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SecureTransportTransceiverI.h b/cpp/src/IceSSL/SecureTransportTransceiverI.h index bef04b5c8c0..ea5051814df 100644 --- a/cpp/src/IceSSL/SecureTransportTransceiverI.h +++ b/cpp/src/IceSSL/SecureTransportTransceiverI.h @@ -68,8 +68,6 @@ private: virtual NativeConnectionInfoPtr getNativeConnectionInfo() const; - void traceConnection(); - bool writeRaw(IceInternal::Buffer&); bool readRaw(IceInternal::Buffer&); |