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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user