1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Remove some dead JS code.

FossilOrigin-Name: 754e6e059b740435475c1869feeaca39585b262d5c27210e0fbddbbcc202c4d5
This commit is contained in:
stephan
2024-06-16 17:06:50 +00:00
parent 9175b18226
commit c7cbcfbbbd
3 changed files with 9 additions and 17 deletions

View File

@ -725,12 +725,7 @@ const installOpfsVfs = function callee(options){
https://sqlite.org/forum/forumpost/a2f573b00cda1372
*/
if(1){
wasm.poke(pOut, 0, 'i32');
}else{
const f = __openFiles[pFile];
wasm.poke(pOut, f.lockType ? 1 : 0, 'i32');
}
wasm.poke(pOut, 0, 'i32');
return 0;
},
xClose: function(pFile){