From 514aa5d8f10a60bd2642cb15c3708a21f79501e4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 2 Aug 2013 20:24:55 -0500 Subject: btrfs-progs: drop weird indirections & dead code from send/receive cmds-recieve.c & cmds-send.c seem to have weird wrappers and indirections, and "groups" of commands which have only one member, which are never referenced in the code. I think these can be removed. Signed-off-by: Eric Sandeen Reviewed-by: Stefan Behrens Signed-off-by: David Sterba Signed-off-by: Chris Mason --- commands.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 65829f49..3f12fab9 100644 --- a/commands.h +++ b/commands.h @@ -85,8 +85,6 @@ extern const struct cmd_group balance_cmd_group; extern const struct cmd_group device_cmd_group; extern const struct cmd_group scrub_cmd_group; extern const struct cmd_group inspect_cmd_group; -extern const struct cmd_group send_cmd_group; -extern const struct cmd_group receive_cmd_group; extern const struct cmd_group quota_cmd_group; extern const struct cmd_group qgroup_cmd_group; extern const struct cmd_group replace_cmd_group; -- cgit v1.2.3