summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index a0654f3e5..d81f97c01 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -32,8 +32,7 @@ struct git_revwalk {
int (*enqueue)(git_revwalk *, git_commit_list_node *);
unsigned walking:1,
- first_parent: 1,
- did_hide: 1;
+ first_parent: 1;
unsigned int sorting;
/* merge base calculation */