Commit 370ecdb2fc766d8d1cc7e18186a798fb9dbd6707

Carson Howard 2018-03-27T10:10:09

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
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/git2/types.h b/include/git2/types.h
index 8d9a947..ad34e01 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -181,9 +181,6 @@ typedef struct git_transaction git_transaction;
 /** Annotated commits, the input to merge and rebase. */
 typedef struct git_annotated_commit git_annotated_commit;
 
-/** Merge result */
-typedef struct git_merge_result git_merge_result;
-
 /** Representation of a status collection */
 typedef struct git_status_list git_status_list;