]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase1.c
xfs_scrub: remove moveon from main program
[thirdparty/xfsprogs-dev.git] / scrub / phase1.c
index 75ae3b00625b3600ffdb55605f13d7b2058cfede..e0382b04501f9e0b6dbfb0182fcbb4dd7abf3807 100644 (file)
@@ -206,10 +206,3 @@ _("Unable to find realtime device path."));
        ctx->scrub_setup_succeeded = true;
        return 0;
 }
-
-bool
-xfs_setup_fs(
-       struct scrub_ctx                *ctx)
-{
-       return phase1_func(ctx) == 0;
-}