Skip to content

Commit 0319744

Browse files
committed
Remove excessive definition of NAME_MAX
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 46ff478 commit 0319744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/utils_common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
extern "C" {
2222
#endif
2323

24-
#define NAME_MAX 255
25-
2624
#define DO_WHILE_EMPTY \
2725
do { \
2826
} while (0)

0 commit comments

Comments
 (0)