Skip to content

Commit 7edfb88

Browse files
committed
fsck: remove the unused MISSING_TREE_OBJECT
This error type has never been used since it was introduced at 159e7b0 (fsck: detect gitmodules files, 2018-05-02). Signed-off-by: Junio C Hamano <[email protected]>
1 parent 51691fe commit 7edfb88

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
@@ -39,7 +39,6 @@ enum fsck_msg_type {
3939
FUNC(MISSING_TAG, ERROR) \
4040
FUNC(MISSING_TAG_ENTRY, ERROR) \
4141
FUNC(MISSING_TREE, ERROR) \
42-
FUNC(MISSING_TREE_OBJECT, ERROR) \
4342
FUNC(MISSING_TYPE, ERROR) \
4443
FUNC(MISSING_TYPE_ENTRY, ERROR) \
4544
FUNC(MULTIPLE_AUTHORS, ERROR) \

0 commit comments

Comments
 (0)