summaryrefslogtreecommitdiff
path: root/ubi-utils/src/common.h
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-12-23 22:56:49 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-12-23 22:59:19 +0200
commit945f33f51ecc20b08ad2b74e9c881b118e9b5f7b (patch)
treea56bac350ac096f9cd6108f4b2033382446f9113 /ubi-utils/src/common.h
parenta683490ad913de1403f49fe10a901b3bc8883f00 (diff)
ubi-utils: few mor fixes and cleanups
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/common.h')
-rw-r--r--ubi-utils/src/common.h3
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__); \