]> git.tuebingen.mpg.de Git - dss.git/blobdiff - snap.c
ipc.c: Eliminate per-field struct initializations.
[dss.git] / snap.c
diff --git a/snap.c b/snap.c
index 71b7e30c5f9d248c4815d0c8d0e409eb6c41254e..a9383c12cceeb2a29e2113337621ac825af90c49 100644 (file)
--- a/snap.c
+++ b/snap.c
@@ -75,7 +75,6 @@ static int is_snapshot(const char *dirname, int64_t now, int unit_interval,
        if (num > now)
                return 0;
        s->creation_time = num;
-       //DSS_DEBUG_LOG("%s start time: %lli\n", dirname, (long long)s->creation_time);
        s->interval = (long long) ((now - s->creation_time)
                / unit_interval / 24 / 3600);
        if (!strcmp(dash + 1, "incomplete")) {