1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove a redundant assignment statement.

FossilOrigin-Name: a5fa09657bd6c4ea5fe6712b0f8af2170cbe0381
This commit is contained in:
drh
2017-01-09 19:55:19 +00:00
parent 7441df72be
commit e4a8b8769e
3 changed files with 7 additions and 8 deletions

View File

@@ -5208,7 +5208,6 @@ case OP_IdxRowid: { /* out2 */
}else{
pOut = out2Prerelease(p, pOp);
pOut->u.i = rowid;
pOut->flags = MEM_Int;
}
}else{
assert( pOp->opcode==OP_IdxRowid );