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