summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhost.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-18 15:21:23 -0700
committerRider Linden <rider@lindenlab.com>2015-08-18 15:21:23 -0700
commitd21c94d9a3554ebe4ed92afcbf583105ad93cdad (patch)
tree3afc3ddb02b365e65ea81fa2892bd939d9b8a194 /indra/llmessage/llhost.cpp
parentf96237c963665201b01e565db4c69e6ca9a8c8f1 (diff)
parent6ff09fa393995d67679faaaf765d22cb9a8b3f7f (diff)
Merge
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(":");