These have not been used since a preceding "ls-tree: slightly refactor `show_tree()`" commit, and should be squashed into that. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- builtin/ls-tree.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c index 23ec2f0fe76..f04733a9be1 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -18,9 +18,6 @@ static int line_termination = '\n'; #define LS_RECURSIVE 1 #define LS_TREE_ONLY (1 << 1) #define LS_SHOW_TREES (1 << 2) -#define LS_NAME_ONLY (1 << 3) -#define LS_SHOW_SIZE (1 << 4) -#define LS_OBJECT_ONLY (1 << 5) static int abbrev; static int ls_options; static struct pathspec pathspec; -- 2.35.1.1295.g6b025d3e231