git_open_noatime(): drop unused parameter
commitf4e516834ecedffc330c9735a5665104f8488055
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 19:16:29 +0000 (15 12:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 22:24:52 +0000 (15 15:24 -0700)
tree926c840a3062df674a9bf2db6a967b900a97b3c4
parentccf5ace0dcfab16dca3870076e81d6ad1e294955
git_open_noatime(): drop unused parameter

Since commit c793430 (Limit file descriptors used by packs, 2011-02-28),
the extra parameter added in f2e872aa (Work around EMFILE when there are
too many pack files, 2010-11-01) is not used anymore.

Remove it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
sha1_file.c