Reported by cppcheck.

Signed-off-by: Stefan Beller <stefanbel...@googlemail.com>
---
 fast-import.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fast-import.c b/fast-import.c
index 5f539d7..0142e3a 100644
--- a/fast-import.c
+++ b/fast-import.c
@@ -2914,7 +2914,7 @@ static void cat_blob(struct object_entry *oe, unsigned 
char sha1[20])
 static void parse_cat_blob(void)
 {
        const char *p;
-       struct object_entry *oe = oe;
+       struct object_entry *oe;
        unsigned char sha1[20];
 
        /* cat-blob SP <object> LF */
-- 
1.8.3

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to