]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
Remove --no-resume.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 4c068c6c96443f44b15e5c78e5977dad83a4f36d..9417e260fcabf40386d13ac9b4742dc1dbfc9aba 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -1124,8 +1124,6 @@ static int rename_resume_snap(int64_t creation_time)
        sl.num_snapshots = 0;
 
        ret = 0;
-       if (conf.no_resume_given)
-               goto out;
        dss_get_snapshot_list(&sl);
        /*
         * Snapshot recycling: We first look at the newest snapshot. If this
@@ -1516,7 +1514,6 @@ int main(int argc, char **argv)
                 * Parse the command line options again, but this time check
                 * that all required options are given.
                 */
-               struct cmdline_parser_params params;
                params.override = 1;
                params.initialize = 1;
                params.check_required = 1;