summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-05 15:59:57 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-05 15:59:57 -0700
commitf8ac660c0fae6328bde62164f8f01b17b9dc5522 (patch)
tree94c9ef7c0101f72e759cae06f908c26b9569a3a6 /com32/hdt/hdt-cli.h
parentd9347453718a27439b33b6020b996621439cebb7 (diff)
downloadsyslinux-f8ac660c0fae6328bde62164f8f01b17b9dc5522.tar.gz
hdt: Fix disk menu to use the new disklib interfaces
Adapt the disk menu to use the new disklib interfaces. This fixes bugs related to the display of partition numbering and swsusp signature. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 651575d1..47137cca 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -40,9 +40,6 @@
# define dprintf(f, ...) ((void)0)
#endif
-/* Declare a variable or data structure as unused. */
-#define __unused __attribute__ (( unused ))
-
#define MAX_LINE_SIZE 256
#define CLI_SPACE " "