summaryrefslogtreecommitdiff
path: root/bisect.h
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2009-04-21 05:54:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-10 07:30:28 (GMT)
commit38ef7507d1dce87d68f177a6209d716339fee854 (patch)
tree8a3c9c26be0ecaaba899aed6d9a9d154157b7f01 /bisect.h
parentc99f069de2f06b7abe0406c2ff1b46621dbc9398 (diff)
downloadgit-38ef7507d1dce87d68f177a6209d716339fee854.zip
git-38ef7507d1dce87d68f177a6209d716339fee854.tar.gz
git-38ef7507d1dce87d68f177a6209d716339fee854.tar.bz2
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 <chriscool@tuxfamily.org> 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 908e362..0b5d122 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;