diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-10-12 08:25:12 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-10-12 08:25:12 -0400 | 
| commit | eafb0a32e3be68c0a4282cae46faf16d458e3877 (patch) | |
| tree | 4c4ce74ac12880b3282c63555940cce0e9a5d28c | |
| parent | 6ab816cc6841c3a10838820a588ec548373e080a (diff) | |
DRTVWR-418: Remove redundant assignment per Ansariel Hiller.
| -rw-r--r-- | indra/newview/lllogininstance.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index c28755b12e..8d361d3161 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");  | 
