1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove a debugging assert() that went in by accident with the previous commit. (CVS 4517)

FossilOrigin-Name: 4ad60bdba0f1aa068dcc42fb58b80d7912e36b1b
This commit is contained in:
danielk1977
2007-10-30 15:38:12 +00:00
parent 5be7d5d139
commit 5f0f253315
3 changed files with 7 additions and 8 deletions

View File

@@ -1502,7 +1502,6 @@ static int testAsyncWait(
Tcl_Obj *CONST objv[]
){
int cnt = 10;
assert(async.writerHaltNow==0);
if( async.writerHaltNow==0 && async.writerHaltWhenIdle==0 ){
Tcl_AppendResult(interp, "would block forever", (char*)0);
return TCL_ERROR;