summaryrefslogtreecommitdiff
path: root/bisect.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-02-28 13:59:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-28 18:47:28 (GMT)
commit8ba8fe049feb9207dd3543c339da955336e5df8f (patch)
tree8b64d1dfe432ec3ab027d9271254cf86fcfb03ea /bisect.h
parentcb8da70547af5cd5c8e03be5a236971951e81277 (diff)
downloadgit-8ba8fe049feb9207dd3543c339da955336e5df8f.zip
git-8ba8fe049feb9207dd3543c339da955336e5df8f.tar.gz
git-8ba8fe049feb9207dd3543c339da955336e5df8f.tar.bz2
rev-list: remove BISECT_SHOW_TRIED flag
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 <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.h')
-rw-r--r--bisect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bisect.h b/bisect.h
index 22f2e4d..b06949e 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;