From 22570b68e3cb9380403d903680be3b3112a26490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Wed, 20 May 2015 00:13:33 +0200 Subject: dir: remove unused variable sb It had never been used. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano diff --git a/dir.c b/dir.c index a3e7073..480ad05 100644 --- a/dir.c +++ b/dir.c @@ -385,7 +385,6 @@ int report_path_error(const char *ps_matched, /* * Make sure all pathspec matched; otherwise it is an error. */ - struct strbuf sb = STRBUF_INIT; int num, errors = 0; for (num = 0; num < pathspec->nr; num++) { int other, found_dup; @@ -417,7 +416,6 @@ int report_path_error(const char *ps_matched, pathspec->items[num].original); errors++; } - strbuf_release(&sb); return errors; } -- cgit v0.10.2-6-g49f6