mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Combine sqlite3DbOfVdbe() and sqlite3VdbeDb() into a single function. (CVS 4236)
FossilOrigin-Name: ba80ee59a72afe36817997de705ef81d876b6f35
This commit is contained in:
@@ -29,13 +29,6 @@
|
||||
int sqlite3_vdbe_addop_trace = 0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Return the database connection associated with a VDBE
|
||||
*/
|
||||
sqlite3 *sqlite3DbOfVdbe(Vdbe *p){
|
||||
return p->db;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Create a new virtual database engine.
|
||||
|
||||
Reference in New Issue
Block a user