Skip to content

Commit 9e8bc72

Browse files
authored
Merge pull request libgit2#4598 from cjhoward92/fix/remove-unused-merge-result
types: remove unused git_merge_result
2 parents 217add9 + 370ecdb commit 9e8bc72

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)