summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-27 15:24:24 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-27 15:24:24 -0400
commit0ca69bb2ebf206705045a72b004e302af1f6d5dd (patch)
tree3201e9ad3e73c6c64ddb4c4fcfbe0afd77e3cd9b /indra/newview/llappviewer.cpp
parent7aec2a7bf15c55c61ce6d4eb0bfb5f2d9d513a08 (diff)
DRTVWR-447: Stop passing UpdaterServiceURL to leap updater.
In fact, mark UpdaterServiceURL as obsolete. (Consumers should consult build_data.json.)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index e527b70b0e..bda76c14d1 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1156,8 +1156,6 @@ bool LLAppViewer::init()
updater.args.add(LLVersionInfo::getChannel());
// testok
updater.args.add(stringize(gSavedSettings.getBOOL("UpdaterWillingToTest")));
- // UpdaterServiceURL
- updater.args.add(gSavedSettings.getString("UpdaterServiceURL"));
// ForceAddressSize
updater.args.add(stringize(gSavedSettings.getU32("ForceAddressSize")));