Skip to content

Commit

Permalink
delete dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Overstreet <[email protected]>
  • Loading branch information
Kent Overstreet committed Nov 16, 2023
1 parent b68c54c commit 46897e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46897e3

Please sign in to comment.