diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-09 23:34:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-10 00:43:59 -0700 |
commit | e28a243b0000e7b82adcc5eb7445ef132f22b9de (patch) | |
tree | f3310856717cea2e4d5f20c6ea7f24fdf01914e6 /wt-status.h | |
parent | Merge branch 'maint' (diff) | |
download | tgif-e28a243b0000e7b82adcc5eb7445ef132f22b9de.tar.xz |
wt-status: remove unused workdir_untracked member
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 91206739f3..2c49f465f8 100644 --- a/wt-status.h +++ b/wt-status.h @@ -47,7 +47,6 @@ struct wt_status { /* These are computed during processing of the individual sections */ int commitable; int workdir_dirty; - int workdir_untracked; const char *index_file; FILE *fp; const char *prefix; |