From 38ef7507d1dce87d68f177a6209d716339fee854 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Tue, 21 Apr 2009 07:54:10 +0200 Subject: rev-list: remove stringed output flag from "show_bisect_vars" Because it was used only by "git bisect--helper --next-vars" but the "--next-vars" option has been removed. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- bisect.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bisect.h') diff --git a/bisect.h b/bisect.h index 908e362f8b..0b5d122a7b 100644 --- a/bisect.h +++ b/bisect.h @@ -16,7 +16,6 @@ extern void print_commit_list(struct commit_list *list, /* bisect_show_flags flags in struct rev_list_info */ #define BISECT_SHOW_ALL (1<<0) #define BISECT_SHOW_TRIED (1<<1) -#define BISECT_SHOW_STRINGED (1<<2) struct rev_list_info { struct rev_info *revs; -- cgit v1.2.3