diff options
author | Vicent Marti <tanoku@gmail.com> | 2010-05-22 14:36:36 +0200 |
---|---|---|
committer | Andreas Ericsson <ae@op5.se> | 2010-06-02 10:32:06 +0200 |
commit | 89039682651474c6e2bf9abcc02cb71897f8b4e1 (patch) | |
tree | 2cf16038b9c815d6c2be936c90f76049483af23f /src/git/commit.h | |
parent | 1a895dd787a5699c21d7925e9cdffa66f23605c4 (diff) | |
download | libgit2-89039682651474c6e2bf9abcc02cb71897f8b4e1.tar.gz |
Removed 'git_commit_uninteresting' from the public API.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/git/commit.h')
-rw-r--r-- | src/git/commit.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/git/commit.h b/src/git/commit.h index 279d8e376..1a57ba732 100644 --- a/src/git/commit.h +++ b/src/git/commit.h @@ -44,14 +44,6 @@ GIT_EXTERN(git_commit *) git_commit_parse(git_revpool *pool, const git_oid *id); */ GIT_EXTERN(const git_oid *) git_commit_id(git_commit *commit); - -/** - * Mark a commit and all its parents as uninteresting. - * @param commit The commit to mark - */ -GIT_EXTERN(void) git_commit_mark_uninteresting(git_commit *commit); - - /** @} */ GIT_END_DECL #endif |