aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-11-16 15:47:59 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-11-16 17:54:06 -0500
commit119d26bb1088debff3b595d83e1d34916822c616 (patch)
treef51f0185044612c6ccb3fcd240390c61b6eee41d
parent689b4dd4f0cc5d3c8416baa01c46047c931dc710 (diff)
downloadbcachefs-tools-119d26bb1088debff3b595d83e1d34916822c616.tar.gz
delete dead code
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--cmds.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmds.h b/cmds.h
index ad810ab3..5b3f5f55 100644
--- a/cmds.h
+++ b/cmds.h
@@ -13,13 +13,6 @@ int cmd_format(int argc, char *argv[]);
int cmd_show_super(int argc, char *argv[]);
int cmd_set_option(int argc, char *argv[]);
-#if 0
-int cmd_assemble(int argc, char *argv[]);
-int cmd_incremental(int argc, char *argv[]);
-int cmd_run(int argc, char *argv[]);
-int cmd_stop(int argc, char *argv[]);
-#endif
-
int cmd_fs_usage(int argc, char *argv[]);
int device_usage(void);