diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp
index 928a84e7eb82f962f2bde19694571527da457f69..ada89cc7aa75b29ee90d86ae3a69e95b45474ab4 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)
 				{