diff options
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 |