1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove an unused goto label in the RBU extension.

FossilOrigin-Name: 2179a106e8dd7943d4f37093e65ce7826720904e
This commit is contained in:
drh
2016-03-08 16:02:37 +00:00
parent d0b8b664bd
commit 15d36c603d
3 changed files with 8 additions and 11 deletions

View File

@ -2677,8 +2677,6 @@ static int rbuStep(sqlite3rbu *p){
}
}
}
step_out:
return p->rc;
}