aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'recovery_cmds.h')
-rw-r--r--recovery_cmds.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/recovery_cmds.h b/recovery_cmds.h
index 51bf57c..935f283 100644
--- a/recovery_cmds.h
+++ b/recovery_cmds.h
@@ -31,11 +31,6 @@ int pigz_main(int argc, char **argv);
int start_main(int argc, char **argv);
int stop_main(int argc, char **argv);
int mksh_main(int argc, char **argv);
-#ifdef USE_F2FS
-int make_f2fs_main(int argc, char **argv);
-int fsck_f2fs_main(int argc, char **argv);
-int fibmap_main(int argc, char **argv);
-#endif
int toybox_driver(int argc, char **argv);
@@ -59,11 +54,6 @@ static const struct recovery_cmd recovery_cmds[] = {
{ "start", start_main },
{ "stop", stop_main },
{ "sh", mksh_main },
-#ifdef USE_F2FS
- { "mkfs.f2fs", make_f2fs_main },
- { "fsck.f2fs", fsck_f2fs_main },
- { "fibmap.f2fs", fibmap_main },
-#endif
{ NULL, NULL },
};