Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- disk-utils/mkfs.cramfs.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/disk-utils/mkfs.cramfs.c b/disk-utils/mkfs.cramfs.c index 919f1ef..9e8f77f 100644 --- a/disk-utils/mkfs.cramfs.c +++ b/disk-utils/mkfs.cramfs.c @@ -80,10 +80,6 @@ static int warn_skip = 0; static int warn_size = 0; static int warn_uid = 0; -#ifndef MIN -# define MIN(_a,_b) ((_a) < (_b) ? (_a) : (_b)) -#endif - /* entry.flags */ #define CRAMFS_EFLAG_MD5 1 #define CRAMFS_EFLAG_INVALID 2 -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html