diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9c17cd53a2b48cfa37e2be62d6a7b24da329423d..f662b4f39ec4565b30edaa0ed3632e519d04a87a 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2116,8 +2116,6 @@ void LLOutgoingCallDialog::show(const LLSD& key)
 
 	std::string callee_name = mPayload["session_name"].asString();
 
-	LLUUID session_id = mPayload["session_id"].asUUID();
-
 	if (callee_name == "anonymous") // obsolete? Likely was part of avaline support
 	{
 		callee_name = getString("anonymous");