Skip to content

Commit 9284c3c

Browse files
ffyuandagitster
authored andcommitted
mv: remove BOTH from enum update_mode
Since BOTH is not used anywhere in the code and its meaning is unclear, remove it. Helped-by: Derrick Stolee <[email protected]> Helped-by: Victoria Dye <[email protected]> Signed-off-by: Shaoxuan Yuan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c08830d commit 9284c3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/mv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ static const char * const builtin_mv_usage[] = {
2121
};
2222

2323
enum update_mode {
24-
BOTH = 0,
2524
WORKING_DIRECTORY = (1 << 1),
2625
INDEX = (1 << 2),
2726
SPARSE = (1 << 3),

0 commit comments

Comments
 (0)