git_open_noatime(): drop unused parameter
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 19:16:29 +0000 (12:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 22:24:52 +0000 (15:24 -0700)
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>
No differences found