diff -r 31a8f755b7fe -r 211563e4b919 persistentstorage/sql/SRC/Server/SqlSrvMain.cpp --- 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).