Fossil SCM

Remove unused variable

andygoth 2019-01-19 21:03 trunk
Commit 302ce43947d99c4c4e11965a379cee28b49497573030a82941a2e558c40be7b9
1 file changed -1
--- src/stash.c
+++ src/stash.c
@@ -577,11 +577,10 @@
577577
*/
578578
void stash_cmd(void){
579579
const char *zCmd;
580580
int nCmd;
581581
int stashid = 0;
582
- int rc;
583582
undo_capture_command_line();
584583
db_must_be_within_tree();
585584
db_open_config(0, 0);
586585
db_begin_transaction();
587586
stash_tables_exist_and_current();
588587
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button