persistentstorage/sqlite3api/OsLayer/FileBuf64.h
changeset 17 55f2396f6d25
parent 15 3eacc0623088
child 31 ba1c4f4a893f
--- a/persistentstorage/sqlite3api/OsLayer/FileBuf64.h	Fri Apr 16 16:49:27 2010 +0300
+++ b/persistentstorage/sqlite3api/OsLayer/FileBuf64.h	Mon May 03 14:09:14 2010 +0300
@@ -179,10 +179,6 @@
 	//Profiler related
 #ifdef _SQLPROFILER
 public:
-    inline void	ProfilerReset()
-    	{
-    	iFileReadCount = 0; iFileReadAmount = 0; iFileWriteCount = 0; iFileWriteAmount = 0; iFileSizeCount = 0; iFileSetSizeCount = 0; iFileFlushCount = 0;
-    	}
 	TInt		iFileReadCount;		//The number of the non-buffered file reads (RFile64::Read() calls).
 	TInt64		iFileReadAmount;	//The amount of the data read from the file.
 	TInt		iFileWriteCount;	//The number of the non-buffered file writes (RFile64::Write() calls).