wt-status: remove unused workdir_untracked member
[gitweb.git] / wt-status.c
index 8ca59a2d2abec0c9c4629cd4ae7340fcd79a0c7e..db20b86102691fdf516aa977e6d4950f2bc31ac1 100644 (file)
@@ -378,7 +378,6 @@ static void wt_status_collect_untracked(struct wt_status *s)
                        continue;
                if (!match_pathspec(s->pathspec, ent->name, ent->len, 0, NULL))
                        continue;
-               s->workdir_untracked = 1;
                string_list_insert(ent->name, &s->untracked);
        }
 }