Commit 1ce7bcaf authored by Vasu Nori's avatar Vasu Nori
Browse files

remove dead code

after the following CL is submitted, check this in
   Change-Id: If07d4f67facf9b5806b8cd11879bae51f8daf322

Change-Id: Ie3c20489265aebdb83657343d25f1e9ecb7f2d84
parent 78def019
......@@ -111116,14 +111116,4 @@ SQLITE_API int sqlite3_set_transaction_default_immediate(sqlite3* db, int immedi
sqlite3_mutex_leave(db->mutex);
return SQLITE_OK;
}
SQLITE_API void sqlite3_get_pager_stats(sqlite3_int64 * totalBytesOut,
sqlite3_int64 * referencedBytesOut,
sqlite3_int64 * dbBytesOut,
int * numPagersOut){
// TODO
*totalBytesOut = 0;
*referencedBytesOut = 0;
*dbBytesOut = 0;
*numPagersOut = 0;
}
// End Android Add
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment