wt-status: remove unused workdir_untracked member

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2010-04-09 23:34:40 -07:00
parent 3b0c19663e
commit e28a243b00
2 changed files with 0 additions and 2 deletions

View File

@ -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;