]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: remove unnecessary code from test_fdisk_ask
authorKarel Zak <kzak@redhat.com>
Fri, 17 May 2013 08:18:57 +0000 (10:18 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2013 14:46:55 +0000 (16:46 +0200)
.. 'sun' stuff is already in the library.

Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/ask.c

index 9beccb4bfc9ddc521601b68c7b3d5c20a037230f..4cd9b534630f7684dfb19dba600e2e1075367b73 100644 (file)
@@ -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[])
 {