Skip to content

Commit

Permalink
dir: remove unused variable sb
Browse files Browse the repository at this point in the history
It had never been used.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
René Scharfe authored and Junio C Hamano committed May 20, 2015
1 parent 5cd83e1 commit 22570b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -417,7 +416,6 @@ int report_path_error(const char *ps_matched,
pathspec->items[num].original);
errors++;
}
strbuf_release(&sb);
return errors;
}

Expand Down

0 comments on commit 22570b6

Please sign in to comment.