1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Remove unused variable. (CVS 1230)

FossilOrigin-Name: 74b234264ba2910ebd38e7b7ebbc369108a235cb
This commit is contained in:
drh
2004-02-12 15:32:53 +00:00
parent 8ef83ffed8
commit 70a931c2ac
3 changed files with 7 additions and 8 deletions

View File

@@ -829,7 +829,6 @@ int sqliteVdbeReset(Vdbe *p, char **pzErrMsg){
}
Cleanup(p);
if( p->rc!=SQLITE_OK ){
int saved_flags;
switch( p->errorAction ){
case OE_Abort: {
if( !p->undoTransOnError ){