[GB.DB.SQLITE3]
* BUG: Remove an unused function. git-svn-id: svn://localhost/gambas/trunk@6738 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
dbea7fb532
commit
97dea91d63
1 changed files with 2 additions and 2 deletions
|
@ -423,10 +423,10 @@ static int callback(void *res_ptr, int ncol, char **reslt, char **cols, sqlite3_
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int old_callback(void *res_ptr, int ncol, char **reslt, char **cols)
|
||||
/*static int old_callback(void *res_ptr, int ncol, char **reslt, char **cols)
|
||||
{
|
||||
return callback(res_ptr, ncol, reslt, cols, NULL);
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
//************* SqliteDatabase implementation ***************
|
||||
|
|
Loading…
Reference in a new issue