summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/ask.c
diff options
context:
space:
mode:
authorKarel Zak2013-05-17 10:18:57 +0200
committerKarel Zak2013-09-16 16:46:55 +0200
commitbfcd337995cd972d5270d187a6b376f967803eaa (patch)
treed8ba7b0df1544d3ab7af73e79525eb3adaef5dbd /libfdisk/src/ask.c
parentfdisk: (gpt) add t, v and x to menu (diff)
downloadkernel-qcow2-util-linux-bfcd337995cd972d5270d187a6b376f967803eaa.tar.gz
kernel-qcow2-util-linux-bfcd337995cd972d5270d187a6b376f967803eaa.tar.xz
kernel-qcow2-util-linux-bfcd337995cd972d5270d187a6b376f967803eaa.zip
libfdisk: remove unnecessary code from test_fdisk_ask
.. 'sun' stuff is already in the library. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/ask.c')
-rw-r--r--libfdisk/src/ask.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libfdisk/src/ask.c b/libfdisk/src/ask.c
index 9beccb4bf..4cd9b5346 100644
--- a/libfdisk/src/ask.c
+++ b/libfdisk/src/ask.c
@@ -598,7 +598,6 @@ struct fdisk_label *fdisk_new_dos_label(struct fdisk_context *cxt) { return NULL
struct fdisk_label *fdisk_new_bsd_label(struct fdisk_context *cxt) { return NULL; }
struct fdisk_label *fdisk_new_mac_label(struct fdisk_context *cxt) { return NULL; }
struct fdisk_label *fdisk_new_sgi_label(struct fdisk_context *cxt) { return NULL; }
-struct fdisk_label *fdisk_new_sun_label(struct fdisk_context *cxt) { return NULL; }
int test_ranges(struct fdisk_test *ts, int argc, char *argv[])
{