diff options
Diffstat (limited to 'src/include/elog.h')
-rw-r--r-- | src/include/elog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/elog.h b/src/include/elog.h index 206018d03f..29904cdb33 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -6,8 +6,6 @@ #include <commonlib/bsd/elog.h> #include <stdint.h> -#define MAX_EVENT_SIZE 0x7F - #if CONFIG(ELOG) /* Eventlog backing storage must be initialized before calling elog_init(). */ extern int elog_init(void); |