]> err.no Git - util-linux/commitdiff
losetup: remove unused macro
authorKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:34:20 +0000 (01:34 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:34:20 +0000 (01:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/lomount.c

index b17ed5c89430e2b1927d71c35fd99eda6f114b2d..67712c610a6de879bfb42883fc2bf29306947039 100644 (file)
@@ -24,8 +24,6 @@
 #include "xmalloc.h"
 #include "pathnames.h"
 
-#define SIZE(a) (sizeof(a)/sizeof(a[0]))
-
 #ifdef LOOP_SET_FD
 
 static int is_associated(int dev, struct stat *file, unsigned long long offset, int isoff);