]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: remove dummy function
authorDavidlohr Bueso <dave@gnu.org>
Fri, 27 Apr 2012 11:23:56 +0000 (13:23 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 2 May 2012 07:33:56 +0000 (09:33 +0200)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
fdisk/fdisk.c

index a16b6723ebb561dcf805d88481a9f04fdfcf7e26..f603a3175c57c45173ae071218e8bdc0bbf5fade 100644 (file)
@@ -2740,8 +2740,6 @@ print_all_partition_table_from_option(void)
        fclose(procpt);
 }
 
-static void dummy(int *kk __attribute__ ((__unused__))) {}
-
 static void
 unknown_command(int c) {
        printf(_("%c: unknown command\n"), c);