[PATCH v1 5/7] mv: remove BOTH from enum update_mode
From: Shaoxuan Yuan <hidden>
Date: 2022-07-19 14:10:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Shaoxuan Yuan <hidden>
Date: 2022-07-19 14:10:37
Subsystem:
the rest · Maintainer:
Linus Torvalds
Since BOTH is not practically used anywhere in the code and its meaning is unclear, remove it. Signed-off-by: Shaoxuan Yuan <redacted> --- builtin/mv.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/builtin/mv.c b/builtin/mv.c
index 2e9d577227..d05914a233 100644
--- a/builtin/mv.c
+++ b/builtin/mv.c@@ -21,7 +21,6 @@ static const char * const builtin_mv_usage[] = { }; enum update_mode { - BOTH = 0, WORKING_DIRECTORY = (1 << 1), INDEX = (1 << 2), SPARSE = (1 << 3),
--
2.37.0