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