diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-10-14 12:38:48 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-10-14 12:38:48 -0500 |
| commit | 4924f0c99b021869967f4587df703084d2bdc8ed (patch) | |
| tree | ac9bcf265ddfc45cfbbd2db03ad1d17694952072 /indra/llmessage/lliosocket.h | |
| parent | c0ca8e5e2e4d3f591db3175f09c0b64b6b2e10c5 (diff) | |
b782a75c99e6 backout cleanup
Diffstat (limited to 'indra/llmessage/lliosocket.h')
| -rw-r--r-- | indra/llmessage/lliosocket.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llmessage/lliosocket.h b/indra/llmessage/lliosocket.h index d8ee4e9f98..be0f7dfcc6 100644 --- a/indra/llmessage/lliosocket.h +++ b/indra/llmessage/lliosocket.h @@ -146,12 +146,6 @@ public: apr_socket_t* getSocket() const { return mSocket; } /** - * @brief Protected constructor since should only make sockets - * with one of the two <code>create()</code> calls. - */ - LLSocket(apr_socket_t* socket, apr_pool_t* pool); - - /** * @brief Set default socket options, with SO_NONBLOCK = 0 and a timeout in us. * @param timeout Number of microseconds to wait on this socket. Any * negative number means block-forever. TIMEOUT OF 0 IS NON-PORTABLE. |
