summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-24 09:35:46 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-24 09:35:46 -0400
commit3bf07ac65f046ef53db7b3eb6312f837ac92219b (patch)
tree0a8bcf4b6442db19a8559dcaff5202c7fc84a528
parentc8122f63932338bc360c9cce6595e537bfd8d596 (diff)
merge fix
-rwxr-xr-xindra/newview/llvoavatarself.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 6f238571a4..992ebdb1b4 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2278,11 +2278,6 @@ void LLVOAvatarSelf::sendViewerAppearanceChangeMetrics()
static volatile bool reporting_started(false);
static volatile S32 report_sequence(0);
- std::string viewer_version_channel = LLVersionInfo::getChannel();
- sanitize_for_tsdb_tag(viewer_version_channel);
- std::string viewer_version_short = LLVersionInfo::getShortVersion();
- std::string viewer_version_build = llformat("%d", LLVersionInfo::getBuild());
-
LLSD msg;
msg["message"] = "ViewerAppearanceChangeMetrics";
msg["session_id"] = gAgentSessionID;