]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.c
Merge branch 'cc/rev-list-allow-missing-tips'
[thirdparty/git.git] / revision.c
index 6ebde81f76be4f4518bb27df060db678dc071003..8f0d638af1a14a7db97065c870d66e78ec8239cd 100644 (file)
@@ -1696,9 +1696,7 @@ static int handle_one_reflog_ent(struct object_id *ooid, struct object_id *noid,
        return 0;
 }
 
-static int handle_one_reflog(const char *refname_in_wt,
-                            const struct object_id *oid UNUSED,
-                            int flag UNUSED, void *cb_data)
+static int handle_one_reflog(const char *refname_in_wt, void *cb_data)
 {
        struct all_refs_cb *cb = cb_data;
        struct strbuf refname = STRBUF_INIT;