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