From afaa076b7dd300a2836205fe6eb9ba5ab08bfb28 Mon Sep 17 00:00:00 2001
From: Kent Quirk <q@lindenlab.com>
Date: Fri, 30 Jul 2010 15:57:46 -0400
Subject: [PATCH] remove useless assert and its temp variable that broke the
 build.

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

diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index 8a52cf715f..6c1fb69c02 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -393,8 +393,6 @@ LLGestureComboList::~LLGestureComboList()
 
 LLCtrlListInterface* LLGestureComboList::getListInterface()
 {
-	LLCtrlListInterface *result = mList;
-	llassert((LLCtrlListInterface*)mList==result);
 	return mList;
 };
 
-- 
GitLab