diff options
Diffstat (limited to 'ubi-utils/src/common.h')
-rw-r--r-- | ubi-utils/src/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ubi-utils/src/common.h b/ubi-utils/src/common.h index 0e33dd1..06ae623 100644 --- a/ubi-utils/src/common.h +++ b/ubi-utils/src/common.h @@ -23,9 +23,6 @@ extern "C" { #endif -/* Maximum device node name length */ -#define MAX_NODE_LEN 255 - /* Error messages */ #define errmsg(fmt, ...) do { \ fprintf(stderr, PROGRAM_NAME " error: " fmt "\n", ##__VA_ARGS__); \ |