summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak2009-10-16 01:34:20 +0200
committerKarel Zak2009-10-16 01:34:20 +0200
commitc4c0eedc4d22f916b2a1e12606c37f3557f8d070 (patch)
treec177fcb4586cb24f40c3507336fb173851735509 /mount
parentcal: use c.h (diff)
downloadkernel-qcow2-util-linux-c4c0eedc4d22f916b2a1e12606c37f3557f8d070.tar.gz
kernel-qcow2-util-linux-c4c0eedc4d22f916b2a1e12606c37f3557f8d070.tar.xz
kernel-qcow2-util-linux-c4c0eedc4d22f916b2a1e12606c37f3557f8d070.zip
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 b17ed5c89..67712c610 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);