mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Remove extraneous/unused sqlite3.oo1.version object. Add httpd makefile target.
FossilOrigin-Name: 8e4d30ac033a6d9019a7eeedfe788dc0120f565cef2ae8f09d2bf32eb94d8a33
This commit is contained in:
@ -1759,10 +1759,6 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
||||
|
||||
/** The OO API's public namespace. */
|
||||
sqlite3.oo1 = {
|
||||
version: {
|
||||
lib: capi.sqlite3_libversion(),
|
||||
ooApi: "0.1"
|
||||
},
|
||||
DB,
|
||||
Stmt
|
||||
}/*oo1 object*/;
|
||||
|
Reference in New Issue
Block a user