diff options
Diffstat (limited to 'src/notes.c')
-rw-r--r-- | src/notes.c | 6 |
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); |