diff options
| author | Greg Price <price@ksplice.com> | 2009-11-19 15:58:29 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-11-19 23:05:17 -0800 |
| commit | aa8dc9679a6a7daea261abe969af331c741a9f2c (patch) | |
| tree | c16b3c95a95e3a6699c78176bfa7ab304533803b /graph.h | |
| parent | Git 1.6.5.3 (diff) | |
| download | git-aa8dc9679a6a7daea261abe969af331c741a9f2c.tar.gz git-aa8dc9679a6a7daea261abe969af331c741a9f2c.zip | |
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 <price@ksplice.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'graph.h')
| -rw-r--r-- | graph.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
