Skip to content

Commit 87c9001

Browse files
committed
status exit codes: Remove a no more used enum value
The old enum value was S_ERR_ND_NO_PRINTER. This is a follow-up to 25687e1 "Print packets for unsupported link-layer protocols in hexadecimal/ASCII". [skip ci]
1 parent 4b4f7af commit 87c9001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

status-exit-codes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
typedef enum {
2323
S_SUCCESS = 0, /* not a libnetdissect status */
2424
S_ERR_HOST_PROGRAM = 1, /* not a libnetdissect status */
25-
S_ERR_ND_NO_PRINTER = 11,
2625
S_ERR_ND_MEM_ALLOC = 12,
2726
S_ERR_ND_OPEN_FILE = 13,
2827
S_ERR_ND_WRITE_FILE = 14,

0 commit comments

Comments
 (0)