From afaa076b7dd300a2836205fe6eb9ba5ab08bfb28 Mon Sep 17 00:00:00 2001 From: Kent Quirk Date: Fri, 30 Jul 2010 15:57:46 -0400 Subject: remove useless assert and its temp variable that broke the build. --- indra/newview/llnearbychatbar.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') 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; }; -- cgit v1.2.3