shallow: remove unused code
[gitweb.git] / fetch-pack.c
index a2d1b4ab28aa94b6e685cd7bac1fb18ed1a6d96d..9bc29cfce78719fbd773e5fed8a678485f8e8e0a 100644 (file)
@@ -986,7 +986,6 @@ static void update_shallow(struct fetch_pack_args *args,
                return;
 
        remove_nonexistent_theirs_shallow(si);
-       /* XXX remove_nonexistent_ours_in_pack() */
        if (!si->nr_ours && !si->nr_theirs)
                return;
        for (i = 0; i < nr_sought; i++)