From 8ba8fe049feb9207dd3543c339da955336e5df8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Tue, 28 Feb 2012 20:59:59 +0700 Subject: rev-list: remove BISECT_SHOW_TRIED flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since c99f069 (bisect--helper: remove "--next-vars" option as it is now useless - 2009-04-21), this flag has always been off. Remove the flag and all related code. Signed-off-by: Nguyễn Thái Ngọc Duy 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 22f2e4db2..b06949e9d 100644 --- a/bisect.h +++ b/bisect.h @@ -17,7 +17,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) struct rev_list_info { struct rev_info *revs; -- cgit v1.2.1