Skip to content

Commit c7a8e4e

Browse files
authored
Remove backward compatibility for little endian encoding
Removed backward compatibility definition for ENCODE_BY_LITTEL_ENDIAN.
1 parent 8008a8f commit c7a8e4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

event/hloop.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,6 @@ typedef enum {
502502
ENCODE_BY_ASN1 = 80, // asn1 decode int
503503
} unpack_coding_e;
504504

505-
// backward compatibility
506-
#define ENCODE_BY_LITTEL_ENDIAN ENCODE_BY_LITTLE_ENDIAN
507-
508505
typedef struct unpack_setting_s {
509506
unpack_mode_e mode;
510507
unsigned int package_max_length;

0 commit comments

Comments
 (0)