diff options
Diffstat (limited to 'src/insert.c')
-rw-r--r-- | src/insert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c index ff3da9482..857585ff7 100644 --- a/src/insert.c +++ b/src/insert.c @@ -1529,7 +1529,6 @@ void sqlite3GenerateConstraintChecks( ** For a UNIQUE index, only conflict if the PRIMARY KEY values ** of the matched index row are different from the original PRIMARY ** KEY values of this row before the update. */ - char *p4; int addrJump = sqlite3VdbeCurrentAddr(v)+pPk->nKeyCol; int op = OP_Ne; int regCmp = (pIdx->autoIndex==2 ? regIdx : regR); |