From aa8dc9679a6a7daea261abe969af331c741a9f2c Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 19 Nov 2009 15:58:29 -0500 Subject: Documentation: undocument gc'd function graph_release() graph_release() was removed in 064bfbd. Cut it from the API documentation and a comment. Signed-off-by: Greg Price Signed-off-by: Junio C Hamano --- graph.h | 1 - 1 file changed, 1 deletion(-) (limited to 'graph.h') diff --git a/graph.h b/graph.h index bc30d687c0..b82ae87a49 100644 --- a/graph.h +++ b/graph.h @@ -6,7 +6,6 @@ struct git_graph; /* * Create a new struct git_graph. - * The graph should be freed with graph_release() when no longer needed. */ struct git_graph *graph_init(struct rev_info *opt); -- cgit v1.3