diff options
author | Karel Zak <kzak@redhat.com> | 2009-10-16 01:34:20 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-10-16 01:34:20 +0200 |
commit | c4c0eedc4d22f916b2a1e12606c37f3557f8d070 (patch) | |
tree | c177fcb4586cb24f40c3507336fb173851735509 /mount | |
parent | 172825382181ee12818d08d22a3943658551935a (diff) | |
download | util-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.c | 2 |
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); |