Skip to content

Commit 370ecdb

Browse files
author
Carson Howard
committed
types: remove unused git_merge_result
`git_merge_result` is currently unused in the codebase and generates a blank page in the [documentation](https://libgit2.github.com/libgit2/#HEAD/type/git_merge_result).
1 parent 217add9 commit 370ecdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/git2/types.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ typedef struct git_transaction git_transaction;
181181
/** Annotated commits, the input to merge and rebase. */
182182
typedef struct git_annotated_commit git_annotated_commit;
183183

184-
/** Merge result */
185-
typedef struct git_merge_result git_merge_result;
186-
187184
/** Representation of a status collection */
188185
typedef struct git_status_list git_status_list;
189186

0 commit comments

Comments
 (0)