X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bisect.h;h=0862ce56d76e9b08ab913e6a472fac590974340e;hb=18e051a3981f38db08521bb61ccf7e4571335353;hp=82f8fc1910a42c5c90ad3312d9aa8f35ef2b992f;hpb=d34eca0392ef1da769788b60402d9a57dbc8c1c9;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);