summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-03-28 08:55:59 +0100
committerGitHub <noreply@github.com>2018-03-28 08:55:59 +0100
commit9e8bc7260969f8a1c8f5aba1930fd8f65947d0ad (patch)
treecc38b854701a559d309520f4ef93a7ae4aecd115 /include
parent217add94008135035f19a7076ba20de4338d8220 (diff)
parent370ecdb2fc766d8d1cc7e18186a798fb9dbd6707 (diff)
downloadlibgit2-9e8bc7260969f8a1c8f5aba1930fd8f65947d0ad.tar.gz
Merge pull request #4598 from cjhoward92/fix/remove-unused-merge-result
types: remove unused git_merge_result
Diffstat (limited to 'include')
-rw-r--r--include/git2/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index 8d9a94710..ad34e0170 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;