persistentstorage/sql/SRC/Server/SqlSrvMain.cpp
branchRCL_3
changeset 11 211563e4b919
parent 9 667e88a979d7
child 21 28839de615b4
--- a/persistentstorage/sql/SRC/Server/SqlSrvMain.cpp	Thu Apr 01 00:19:42 2010 +0300
+++ b/persistentstorage/sql/SRC/Server/SqlSrvMain.cpp	Wed Apr 14 17:46:32 2010 +0300
@@ -299,10 +299,7 @@
 	//the SQL server startup code.
 	StartL(KSqlSrvName);
 #endif	
-#ifdef _SQLPROFILER 
-    TheSqlSrvStartTime.UniversalTime();
     SQLPROFILER_SERVER_START();
-#endif  
 	//Configure the SQLite library
 	__SQLLEAVE_IF_ERROR(sqlite3_config(SQLITE_CONFIG_LOOKASIDE, KSqliteLookAsideCellSize, KSqliteLookAsideCellCount));
 	//Open SQLITE library - this must be the first call after StartL() (os_symbian.cpp, "TheAllocator" initialization rellated).