diff options
Diffstat (limited to 'src/vdbe.c')
-rw-r--r-- | src/vdbe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vdbe.c b/src/vdbe.c index 25b507f37..54df5c536 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -5059,9 +5059,6 @@ case OP_IdxInsert: { /* in2 */ }else{ x.nKey = pIn2->n; x.pKey = pIn2->z; - x.nData = 0; - x.nZero = 0; - x.pData = 0; rc = sqlite3BtreeInsert(pC->uc.pCursor, &x, pOp->p3, ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0) ); |