Skip to content

Commit 8f6a3e5

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c490a60 commit 8f6a3e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commit.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ struct pretty_print_context {
102102
* Fields below here are manipulated internally by pp_* functions and
103103
* should not be counted on by callers.
104104
*/
105-
106-
/* Manipulated by the pp_* functions internally. */
107105
struct string_list in_body_headers;
108106
};
109107

0 commit comments

Comments
 (0)