From 730e1ce85aefb90bcc1f6e27179c5463fe1fe27d Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Fri, 13 Sep 2024 12:12:44 +0200 Subject: [PATCH] Remove excessive definition of NAME_MAX Signed-off-by: Lukasz Dorau --- src/utils/utils_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/utils_common.h b/src/utils/utils_common.h index efef2c0c1..5a6fb87c0 100644 --- a/src/utils/utils_common.h +++ b/src/utils/utils_common.h @@ -20,8 +20,6 @@ extern "C" { #endif -#define NAME_MAX 255 - #define DO_WHILE_EMPTY \ do { \ } while (0)