summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commit.c b/src/commit.c
index f9606dd72..4072518ff 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -93,8 +93,6 @@ int git_commit_create(
git_odb *odb;
assert(git_object_owner((const git_object *)tree) == repo);
- GITERR_CHECK_VERSION(author, GIT_SIGNATURE_VERSION, "git_signature");
- GITERR_CHECK_VERSION(committer, GIT_SIGNATURE_VERSION, "git_signature");
git_oid__writebuf(&commit, "tree ", git_object_id((const git_object *)tree));