diff options
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r-- | ext/wasm/tester1.c-pp.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js index 7ed278020..a21a1c330 100644 --- a/ext/wasm/tester1.c-pp.js +++ b/ext/wasm/tester1.c-pp.js @@ -1248,11 +1248,6 @@ globalThis.sqlite3InitModule = sqlite3InitModule; let st = this.db.prepare( new TextEncoder('utf-8').encode("select 3 as a") ); - if( wasm.compileOptionUsed('OMIT_PROGRESS_CALLBACK') ) { - T.assert( !this.progressHandlerCount ); - }else{ - T.assert( 1===this.progressHandlerCount, "Checking this.progressHandlerCount" ); - } let rc; try { T.assert(wasm.isPtr(st.pointer)) |