From 9e031934461c72fb97eecd4f074e1fe6d43fc1c0 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Thu, 30 Aug 2012 16:49:25 -0700
Subject: [PATCH] MAINT-1486 FIX Crash on login (Unhandled exception) removed
 checkforDuplicates since we support duplicates again

---
 indra/newview/llappviewer.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 78151510d5e..bf01627bada 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -703,14 +703,6 @@ bool LLAppViewer::init()
 
 	LL_INFOS("InitInfo") << "Configuration initialized." << LL_ENDL ;
 
-	std::string duplicates;
-	if(LLFastTimer::checkForDuplicates(duplicates))
-	{
-		LL_WARNS("InitInfo") << "There are duplicates created by LLFastTimer::DeclareTimer with names: '"
-			<< duplicates << "'" << LL_ENDL;
-		return false;
-	}
-
 	//set the max heap size.
 	initMaxHeapSize() ;
 
-- 
GitLab