summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_otp.c
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/aclk_otp.c')
-rw-r--r--aclk/aclk_otp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/aclk/aclk_otp.c b/aclk/aclk_otp.c
index 40c395ef89..e9ebeab99a 100644
--- a/aclk/aclk_otp.c
+++ b/aclk/aclk_otp.c
@@ -9,12 +9,6 @@
#include "mqtt_websockets/c-rbuf/include/ringbuffer.h"
-// CentOS 7 has older version that doesn't define this
-// same goes for MacOS
-#ifndef UUID_STR_LEN
-#define UUID_STR_LEN 37
-#endif
-
struct dictionary_singleton {
char *key;
char *result;