summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index e75f4222..aca6b715 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -170,9 +170,6 @@ enum vb2_return_code {
/* Common struct description is not null-terminated */
VB2_ERROR_DESC_TERMINATOR,
- /* Common struct description offset is empty, but offset is non-zero */
- VB2_ERROR_DESC_EMPTY_OFFSET,
-
/* Member data overlaps member header */
VB2_ERROR_INSIDE_DATA_OVERLAP,