diff options
Diffstat (limited to 'graph.c')
-rw-r--r-- | graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -339,7 +339,6 @@ void graph_setup_line_prefix(struct diff_options *diffopt) diffopt->output_prefix = diff_output_prefix_callback; } - struct git_graph *graph_init(struct rev_info *opt) { struct git_graph *graph = xmalloc(sizeof(struct git_graph)); |