diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 78151510d5e03fa0004fc28a315004470b616dd0..bf01627bada179f2a4581e436f4df26fec612f8e 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() ;