diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-09-15 16:23:44 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-09-15 16:23:44 -0700 |
commit | 9e00dc0cc0af26d85d5613e8bddc03067e37c7d2 (patch) | |
tree | 42de09ea97f45a80c1969c986fe313eb2a7dc192 /indra/llmessage/llpacketring.h | |
parent | 03e965a7324ca9ecc3d99faf27e2ea4d7b2fbc52 (diff) | |
parent | 1d3f6ef432b714a7659e9a5ee62377e56a843006 (diff) |
Merge from viewer-experience-merge
Diffstat (limited to 'indra/llmessage/llpacketring.h')
-rw-r--r-- | indra/llmessage/llpacketring.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llmessage/llpacketring.h b/indra/llmessage/llpacketring.h index 7edcc834db..b214271e78 100644 --- a/indra/llmessage/llpacketring.h +++ b/indra/llmessage/llpacketring.h @@ -83,9 +83,6 @@ protected: LLHost mLastSender; LLHost mLastReceivingIF; - - U8 mProxyWrappedSendBuffer[NET_BUFFER_SIZE + SOCKS_HEADER_SIZE]; - private: BOOL sendPacketImpl(int h_socket, const char * send_buffer, S32 buf_size, LLHost host); }; |