DORMANTno replies

[PATCH] unpack-trees: avoid dead store for struct progress

From: Carlo Marcelo Arenas Belón <hidden>
Date: 2018-10-18 18:46:34
Subsystem: the rest · Maintainer: Linus Torvalds

it is unconditionally initialized a few lines below

Signed-off-by: Carlo Marcelo Arenas Belón <redacted>
---
 unpack-trees.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpack-trees.c b/unpack-trees.c
index f25089b878..88dc9a615e 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -340,7 +340,7 @@ static int check_updates(struct unpack_trees_options *o)
 {
 	unsigned cnt = 0;
 	int errs = 0;
-	struct progress *progress = NULL;
+	struct progress *progress;
 	struct index_state *index = &o->result;
 	struct checkout state = CHECKOUT_INIT;
 	int i;
-- 
2.19.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help