summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhost.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-08-18 17:11:08 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-08-18 17:11:08 -0400
commit78c71eba60b7eb6de0a6e277c390f6586cfb0cf6 (patch)
tree98f00d83c842653b46207907ddd6c069479a29b5 /indra/llmessage/llhost.cpp
parent05d90b56797221ef8d52099722c467a9422c7ce6 (diff)
parent62527e6f18f0a035a234cf584e31f7eea93fd4a7 (diff)
Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u
Diffstat (limited to 'indra/llmessage/llhost.cpp')
-rwxr-xr-xindra/llmessage/llhost.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmessage/llhost.cpp b/indra/llmessage/llhost.cpp
index 63c15f0d5e..ae5c2ecf69 100755
--- a/indra/llmessage/llhost.cpp
+++ b/indra/llmessage/llhost.cpp
@@ -41,8 +41,6 @@
#include <arpa/inet.h>
#endif
-LLHost LLHost::invalid(INVALID_PORT,INVALID_HOST_IP_ADDRESS);
-
LLHost::LLHost(const std::string& ip_and_port)
{
std::string::size_type colon_index = ip_and_port.find(":");