From 57b8da6b4926435f92f0a8568c6ac725774bbbd2 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Fri, 11 Nov 2011 12:22:48 -0500
Subject: [PATCH] STORM-591 Remove dead line of code to fix mac/linux compile
 error.

---
 indra/newview/llviewerparcelmgr.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp
index 928a84e7eb..ada89cc7aa 100644
--- a/indra/newview/llviewerparcelmgr.cpp
+++ b/indra/newview/llviewerparcelmgr.cpp
@@ -1741,8 +1741,6 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use
 				std::string music_url = music_url_raw;
 				LLStringUtil::trim(music_url);
 
-				const std::string& stream_url = gAudiop->getInternetStreamURL();
-
 				// If there is a new music URL and it's valid, play it.
 				if (music_url.size() > 12)
 				{
-- 
GitLab