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

Remove a reference to JumpOnce from a comment in vdbe.c. No code changes.

FossilOrigin-Name: ee662c039d67f118008485d95603c5a43fcac75f
This commit is contained in:
dan
2012-12-10 09:08:17 +00:00
parent 04229acebc
commit de7ced37fe
3 changed files with 8 additions and 10 deletions

View File

@@ -2076,8 +2076,6 @@ case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
**
** Check if OP_Once flag P1 is set. If so, jump to instruction P2. Otherwise,
** set the flag and fall through to the next instruction.
**
** See also: JumpOnce
*/
case OP_Once: { /* jump */
assert( pOp->p1<p->nOnceFlag );