forked from mirrors/linphone-iphone
Removing unused function pointer for sqlite vfs version 2 and 3.
This commit is contained in:
parent
76e45b56cb
commit
c95fb27ecf
1 changed files with 6 additions and 6 deletions
|
|
@ -313,12 +313,12 @@ void sqlite3_bctbx_vfs_register( int makeDefault){
|
|||
/*Functions below should not be a problem sincve we are declaring ourselves
|
||||
in version 1 */
|
||||
|
||||
/* used in version 2 */
|
||||
pVfsToUse->xCurrentTimeInt64 = pDefault->xCurrentTimeInt64;
|
||||
/* used in version 3 */
|
||||
pVfsToUse->xGetSystemCall = pDefault->xGetSystemCall;
|
||||
pVfsToUse->xSetSystemCall = pDefault->xSetSystemCall;
|
||||
pVfsToUse->xNextSystemCall = pDefault->xNextSystemCall;
|
||||
/* used in version 2
|
||||
xCurrentTimeInt64;*/
|
||||
/* used in version 3
|
||||
xGetSystemCall
|
||||
xSetSystemCall
|
||||
xNextSystemCall*/
|
||||
|
||||
sqlite3_vfs_register(pVfsToUse, makeDefault);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue