summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisksgilabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/fdisksgilabel.h')
-rw-r--r--fdisk/fdisksgilabel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fdisk/fdisksgilabel.h b/fdisk/fdisksgilabel.h
index 6eb7293f9..fa35f8f3e 100644
--- a/fdisk/fdisksgilabel.h
+++ b/fdisk/fdisksgilabel.h
@@ -91,7 +91,6 @@ typedef struct {
: (__u16)(x))
#define SSWAP32(x) (other_endian ? __swap32(x) \
: (__u32)(x))
-#define scround(x) ((x+(display_factor-1)*unit_flag)/display_factor)
/* fdisk.c */
#define sgilabel ((sgi_partition *)buffer)