persistentstorage/sqlite3api/OsLayer/FileBuf64.h
branchRCL_3
changeset 9 667e88a979d7
parent 8 fa9941cf3867
child 23 26645d81f48d
--- a/persistentstorage/sqlite3api/OsLayer/FileBuf64.h	Fri Mar 12 15:51:02 2010 +0200
+++ b/persistentstorage/sqlite3api/OsLayer/FileBuf64.h	Mon Mar 15 12:46:30 2010 +0200
@@ -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).