summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidlohr Bueso2012-04-27 13:23:56 +0200
committerKarel Zak2012-05-02 09:33:56 +0200
commit64115eed34de9f44d76c80117424ca62baab2163 (patch)
tree045cc38f04eec1db4d969093a29e505c440121b5
parentfdisk: rework fatal errors (diff)
downloadkernel-qcow2-util-linux-64115eed34de9f44d76c80117424ca62baab2163.tar.gz
kernel-qcow2-util-linux-64115eed34de9f44d76c80117424ca62baab2163.tar.xz
kernel-qcow2-util-linux-64115eed34de9f44d76c80117424ca62baab2163.zip
fdisk: remove dummy function
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
-rw-r--r--fdisk/fdisk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index a16b6723e..f603a3175 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);