Re: [PATCH 3/4] diff-no-index: Remove unused variable.

2013-07-14 Thread Jonathan Nieder
Stefan Beller wrote: > [Subject: diff-no-index: Remove unused variable.] [...] > --- a/diff-no-index.c > +++ b/diff-no-index.c [...] > - else if (!strcmp(argv[i], "-q")) { > + else if (!strcmp(argv[i], "-q")) > - options |= DIFF_SILENT_ON_REMOVED; >

[PATCH 3/4] diff-no-index: Remove unused variable.

2013-07-14 Thread Stefan Beller
Signed-off-by: Stefan Beller --- diff-no-index.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/diff-no-index.c b/diff-no-index.c index e66fdf3..842add4 100644 --- a/diff-no-index.c +++ b/diff-no-index.c @@ -181,19 +181,18 @@ static int queue_diff(struct diff_options *o,