From: Jeff King Date: Thu, 25 Jul 2013 20:01:00 +0000 (-0400) Subject: commit.h: drop redundant comment X-Git-Tag: v1.8.4-rc1~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8f6a3e5d71fa1800c3f330bab2b6b6399ec7aea7?hp=--cc 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 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 Signed-off-by: Junio C Hamano --- 8f6a3e5d71fa1800c3f330bab2b6b6399ec7aea7 diff --git a/commit.h b/commit.h index 35cc4e266b..d912a9d4ac 100644 --- a/commit.h +++ b/commit.h @@ -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; };