Skip to content

Commit 51691fe

Browse files
john-caigitster
authored andcommitted
fsck: remove the unused BAD_TAG_OBJECT
2175a0c (fsck: stop checking tag->tagged, 2019-10-18) stopped checking the tagged object referred to by a tag object, which is what the error message BAD_TAG_OBJECT was for. Since then the BAD_TAG_OBJECT message is no longer used anywhere. Remove the BAD_TAG_OBJECT msg-id. Signed-off-by: John Cai <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1fc3c0a commit 51691fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fsck.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ enum fsck_msg_type {
2424
FUNC(BAD_NAME, ERROR) \
2525
FUNC(BAD_OBJECT_SHA1, ERROR) \
2626
FUNC(BAD_PARENT_SHA1, ERROR) \
27-
FUNC(BAD_TAG_OBJECT, ERROR) \
2827
FUNC(BAD_TIMEZONE, ERROR) \
2928
FUNC(BAD_TREE, ERROR) \
3029
FUNC(BAD_TREE_SHA1, ERROR) \

0 commit comments

Comments
 (0)