Merge branch 'cb/remove-dead-init'
[gitweb.git] / builtin / receive-pack.c
index 95740f4f0e71de95484edf53a2b86dc71952c5a7..7f089be11e2b33d222af7d217f7d228ee482ec5a 100644 (file)
@@ -281,8 +281,7 @@ static int show_ref_cb(const char *path_full, const struct object_id *oid,
        return 0;
 }
 
-static void show_one_alternate_ref(const char *refname,
-                                  const struct object_id *oid,
+static void show_one_alternate_ref(const struct object_id *oid,
                                   void *data)
 {
        struct oidset *seen = data;