summaryrefslogtreecommitdiff
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-10-16 01:34:20 +0200
committerKarel Zak <kzak@redhat.com>2009-10-16 01:34:20 +0200
commitc4c0eedc4d22f916b2a1e12606c37f3557f8d070 (patch)
treec177fcb4586cb24f40c3507336fb173851735509 /mount
parent172825382181ee12818d08d22a3943658551935a (diff)
downloadutil-linux-old-c4c0eedc4d22f916b2a1e12606c37f3557f8d070.tar.gz
losetup: remove unused macro
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r--mount/lomount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mount/lomount.c b/mount/lomount.c
index b17ed5c8..67712c61 100644
--- a/mount/lomount.c
+++ b/mount/lomount.c
@@ -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);