X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bisect.h;h=0862ce56d76e9b08ab913e6a472fac590974340e;hb=1702b1381e2a7193d74f6dc649c86e15ec72b4dc;hp=82f8fc1910a42c5c90ad3312d9aa8f35ef2b992f;hpb=dd2195eb80ee5753e41d9688ddf6758a142a14df;p=git.git diff --git a/bisect.h b/bisect.h index 82f8fc191..0862ce56d 100644 --- a/bisect.h +++ b/bisect.h @@ -27,8 +27,6 @@ struct rev_list_info { const char *header_prefix; }; -extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all); - extern int bisect_next_all(const char *prefix); extern int estimate_bisect_steps(int all);