summaryrefslogtreecommitdiffstats
path: root/src/include/elog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/elog.h')
-rw-r--r--src/include/elog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/elog.h b/src/include/elog.h
index 206018d03f82..29904cdb33dd 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);