bisect--helper: remove "--next-vars" option as it is now useless
[gitweb.git] / bisect.h
index 028eb85220bbb2432755ed481818b71e0c29b05d..908e362f8b88c6f9da471042242ade099266a4ac 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -28,7 +28,6 @@ struct rev_list_info {
 
 extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all);
 
-extern int bisect_next_vars(const char *prefix);
 extern int bisect_next_exit(const char *prefix);
 
 extern int estimate_bisect_steps(int all);