diff options
author | stephan <stephan@noemail.net> | 2024-01-11 12:56:03 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-01-11 12:56:03 +0000 |
commit | bb9ab35ab14148cf28c3f7c8269d8af960ba7985 (patch) | |
tree | bda2eee3f0bf54f574756a9b0e64bfd68f280932 /ext/wasm/api/sqlite3-vtab-helper.c-pp.js | |
parent | 598328209f421d48e98115dd6816da5114403616 (diff) | |
download | sqlite-bb9ab35ab14148cf28c3f7c8269d8af960ba7985.tar.gz sqlite-bb9ab35ab14148cf28c3f7c8269d8af960ba7985.zip |
Remove some dead JS code. Minor doc cleanups.
FossilOrigin-Name: bf23cf204976516651b1c4c39ced21cd858dea4ba88052d96fc4f5f11525f170
Diffstat (limited to 'ext/wasm/api/sqlite3-vtab-helper.c-pp.js')
-rw-r--r-- | ext/wasm/api/sqlite3-vtab-helper.c-pp.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/wasm/api/sqlite3-vtab-helper.c-pp.js b/ext/wasm/api/sqlite3-vtab-helper.c-pp.js index c069554a1..7359ea39a 100644 --- a/ext/wasm/api/sqlite3-vtab-helper.c-pp.js +++ b/ext/wasm/api/sqlite3-vtab-helper.c-pp.js @@ -10,12 +10,8 @@ */ /** - This file installs sqlite3.vtab, an object which exists to assist - in the creation of JavaScript implementations virtual tables. - - Maintenance note: 2024-01-11: this file requires that StructBinder - has been extended with the installMethod(s)() methods, which - currently happens in sqlite3-api-glue.js. + This file installs sqlite3.vtab, a namespace of helpers for use in + the creation of JavaScript implementations virtual tables. */ 'use strict'; globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ |