summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2013-08-02 20:24:55 -0500
committerDavid Sterba <dsterba@suse.cz>2013-09-03 19:40:47 +0200
commit514aa5d8f10a60bd2642cb15c3708a21f79501e4 (patch)
tree3eef86dfa53d0a342fc8dd2557145acf7099354a /commands.h
parent4e8c4d4ba72cba988a072246ce6de50e2e190c68 (diff)
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 <sandeen@redhat.com> Reviewed-by: Stefan Behrens <sbehrens@giantdisaster.de> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 0 insertions, 2 deletions
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;