Code

wt-status: remove unused workdir_untracked member
[git.git] / wt-status.h
index 91206739f318233811dbd594d5ff37aa77c06eef..2c49f465f84fd547c853e967c385c5c106f10e16 100644 (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;