diff mbox series

[v3,2/4] fsck: remove the unused MISSING_TREE_OBJECT

Message ID 20221025224224.2352979-3-gitster@pobox.com (mailing list archive)
State Accepted
Commit 7edfb883abf46f514ca213efc4e04624d2ed540a
Headers show
Series document fsck error message ids | expand

Commit Message

Junio C Hamano Oct. 25, 2022, 10:42 p.m. UTC
This error type has never been used since it was introduced at
159e7b08 (fsck: detect gitmodules files, 2018-05-02).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 fsck.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fsck.h b/fsck.h
index 7d99f6ea33..1d7c38f268 100644
--- a/fsck.h
+++ b/fsck.h
@@ -39,7 +39,6 @@  enum fsck_msg_type {
 	FUNC(MISSING_TAG, ERROR) \
 	FUNC(MISSING_TAG_ENTRY, ERROR) \
 	FUNC(MISSING_TREE, ERROR) \
-	FUNC(MISSING_TREE_OBJECT, ERROR) \
 	FUNC(MISSING_TYPE, ERROR) \
 	FUNC(MISSING_TYPE_ENTRY, ERROR) \
 	FUNC(MULTIPLE_AUTHORS, ERROR) \