summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoicewebrtc.cpp')
-rw-r--r--indra/newview/llvoicewebrtc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index 3164886494..c963fdc633 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -24,7 +24,9 @@
* $/LicenseInfo$
*/
#include <algorithm>
+#if !LL_LINUX
#include <format>
+#endif
#include "llvoicewebrtc.h"
#include "llsdutil.h"
@@ -2203,7 +2205,7 @@ void LLVoiceWebRTCConnection::processIceUpdatesCoro()
return;
}
- bool iceCompleted = false;
+ //bool iceCompleted = false;
LLSD body;
if (!mIceCandidates.empty() || mIceCompleted)
{
@@ -2242,7 +2244,7 @@ void LLVoiceWebRTCConnection::processIceUpdatesCoro()
LLSD body_candidate;
body_candidate["completed"] = true;
body["candidate"] = body_candidate;
- iceCompleted = mIceCompleted;
+ //iceCompleted = mIceCompleted;
mIceCompleted = false;
}