Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2012-12-04 00:41:50 +0400
committerBen Straub <bs@github.com>2012-12-04 00:41:50 +0400
commitde70aea6b1c09b67f233ef0bee83864ce90260b2 (patch)
treed9b50aa103dbd36c576edae52ec901ca2c7bda40 /src/notes.c
parent2da619abdebe78ce90be5e7d58e2257ec1777003 (diff)
Remove GIT_SIGNATURE_VERSION and friends
Diffstat (limited to 'src/notes.c')
-rw-r--r--src/notes.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/notes.c b/src/notes.c
index 71a9e33ad..f96b5b139 100644
--- a/src/notes.c
+++ b/src/notes.c
@@ -456,9 +456,6 @@ int git_note_create(
git_commit *commit = NULL;
git_tree *tree = NULL;
- GITERR_CHECK_VERSION(author, GIT_SIGNATURE_VERSION, "git_signature");
- GITERR_CHECK_VERSION(committer, GIT_SIGNATURE_VERSION, "git_signature");
-
target = git_oid_allocfmt(oid);
GITERR_CHECK_ALLOC(target);
@@ -486,9 +483,6 @@ int git_note_remove(git_repository *repo, const char *notes_ref,
git_commit *commit = NULL;
git_tree *tree = NULL;
- GITERR_CHECK_VERSION(author, GIT_SIGNATURE_VERSION, "git_signature");
- GITERR_CHECK_VERSION(committer, GIT_SIGNATURE_VERSION, "git_signature");
-
target = git_oid_allocfmt(oid);
GITERR_CHECK_ALLOC(target);