]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase7.c
xfs_scrub: remove moveon from main program
[thirdparty/xfsprogs-dev.git] / scrub / phase7.c
index 68912f036fa9a05670ac5f3e4e788da2fadc46bd..191f2e4f0c3eac5705222cf18bd81a86206b7cbf 100644 (file)
@@ -270,10 +270,3 @@ out_free:
        ptvar_free(ptvar);
        return error;
 }
-
-bool
-xfs_scan_summary(
-       struct scrub_ctx        *ctx)
-{
-       return phase7_func(ctx) == 0;
-}