commit.h: drop redundant comment
We mention twice that the from_ident field of struct pretty_print_context is internal. The first comment was added by10f2fbf
, which prepares the struct for internal fields, and then the second bya908047
, 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>
This commit is contained in:
parent
c490a60790
commit
8f6a3e5d71
2
commit.h
2
commit.h
@ -102,8 +102,6 @@ struct pretty_print_context {
|
|||||||
* Fields below here are manipulated internally by pp_* functions and
|
* Fields below here are manipulated internally by pp_* functions and
|
||||||
* should not be counted on by callers.
|
* should not be counted on by callers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Manipulated by the pp_* functions internally. */
|
|
||||||
struct string_list in_body_headers;
|
struct string_list in_body_headers;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user