From eafb0a32e3be68c0a4282cae46faf16d458e3877 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 12 Oct 2017 08:25:12 -0400
Subject: [PATCH] DRTVWR-418: Remove redundant assignment per Ansariel Hiller.

---
 indra/newview/lllogininstance.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp
index c28755b12e7..8d361d31613 100644
--- a/indra/newview/lllogininstance.cpp
+++ b/indra/newview/lllogininstance.cpp
@@ -64,11 +64,6 @@
 
 const S32 LOGIN_MAX_RETRIES = 3;
 
-// this can be removed once it is defined by the build for all forks
-#ifndef ADDRESS_SIZE
-#  define ADDRESS_SIZE 32
-#endif
-
 class LLLoginInstance::Disposable {
 public:
 	virtual ~Disposable() {}
@@ -217,7 +212,6 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia
 	request_params["platform"] = mPlatform;
 	request_params["address_size"] = ADDRESS_SIZE;
 	request_params["platform_version"] = mPlatformVersion;
-	request_params["address_size"] = ADDRESS_SIZE;
 	request_params["platform_string"] = mPlatformVersionName;
 	request_params["id0"] = mSerialNumber;
 	request_params["host_id"] = gSavedSettings.getString("HostID");
-- 
GitLab