Skip to content

Commit

Permalink
commit.h: drop redundant comment
Browse files Browse the repository at this point in the history
We mention twice that the from_ident field of struct
pretty_print_context is internal.

The first comment was added by 10f2fbf, which prepares the
struct for internal fields, and then the second by a908047,
which actually adds such a field. This was a mistake made
when re-rolling the series on the list; the comment should
have been removed from the latter commit.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
peff authored and gitster committed Jul 25, 2013
1 parent c490a60 commit 8f6a3e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commit.h
Expand Up @@ -102,8 +102,6 @@ struct pretty_print_context {
* Fields below here are manipulated internally by pp_* functions and
* should not be counted on by callers.
*/

/* Manipulated by the pp_* functions internally. */
struct string_list in_body_headers;
};

Expand Down

0 comments on commit 8f6a3e5

Please sign in to comment.