]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.h
refs.c: remove the onerr argument to ref_transaction_commit
[thirdparty/git.git] / refs.h
diff --git a/refs.h b/refs.h
index e588ff842f8fa80b52ea79a60290350cd355e059..163b45c50aa36b3438012836ded62993d06c73c6 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -282,8 +282,7 @@ void ref_transaction_delete(struct ref_transaction *transaction,
  * the transaction failed. The string does not end in newline.
  */
 int ref_transaction_commit(struct ref_transaction *transaction,
-                          const char *msg, struct strbuf *err,
-                          enum action_on_err onerr);
+                          const char *msg, struct strbuf *err);
 
 /*
  * Free an existing transaction and all associated data.