From 64115eed34de9f44d76c80117424ca62baab2163 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Fri, 27 Apr 2012 13:23:56 +0200 Subject: [PATCH] fdisk: remove dummy function Signed-off-by: Davidlohr Bueso --- fdisk/fdisk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index a16b6723eb..f603a3175c 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -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); -- 2.47.3