Skip to content

Commit f360b49

Browse files
authored
Merge pull request #729 from ldorau/Remove_excessive_definition_of_NAME_MAX
Remove excessive definition of NAME_MAX
2 parents 8717302 + 730e1ce commit f360b49

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
@@ -20,8 +20,6 @@
2020
extern "C" {
2121
#endif
2222

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

0 commit comments

Comments
 (0)