Fossil SCM
Remove unused variable
Commit
302ce43947d99c4c4e11965a379cee28b49497573030a82941a2e558c40be7b9
Parent
ed06585f41ee2ac…
1 file changed
-1
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -577,11 +577,10 @@ | ||
| 577 | 577 | */ |
| 578 | 578 | void stash_cmd(void){ |
| 579 | 579 | const char *zCmd; |
| 580 | 580 | int nCmd; |
| 581 | 581 | int stashid = 0; |
| 582 | - int rc; | |
| 583 | 582 | undo_capture_command_line(); |
| 584 | 583 | db_must_be_within_tree(); |
| 585 | 584 | db_open_config(0, 0); |
| 586 | 585 | db_begin_transaction(); |
| 587 | 586 | stash_tables_exist_and_current(); |
| 588 | 587 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -577,11 +577,10 @@ | |
| 577 | */ |
| 578 | void stash_cmd(void){ |
| 579 | const char *zCmd; |
| 580 | int nCmd; |
| 581 | int stashid = 0; |
| 582 | int rc; |
| 583 | undo_capture_command_line(); |
| 584 | db_must_be_within_tree(); |
| 585 | db_open_config(0, 0); |
| 586 | db_begin_transaction(); |
| 587 | stash_tables_exist_and_current(); |
| 588 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -577,11 +577,10 @@ | |
| 577 | */ |
| 578 | void stash_cmd(void){ |
| 579 | const char *zCmd; |
| 580 | int nCmd; |
| 581 | int stashid = 0; |
| 582 | undo_capture_command_line(); |
| 583 | db_must_be_within_tree(); |
| 584 | db_open_config(0, 0); |
| 585 | db_begin_transaction(); |
| 586 | stash_tables_exist_and_current(); |
| 587 |