Fix sparse warnings about usage of 0 instead of NULL
[git.git] / revision.c
index cdd29c5..728b6d1 100644 (file)
@@ -699,7 +699,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
                add_one_commit(commit, revs);
        }
 
-       if ((revs->max_age != -1) || revs->topo_order || revs->unpacked)
+       if (revs->topo_order || revs->unpacked)
                revs->limited = 1;
 
        if (revs->prune_data) {