commit | 107efbeb2409ac3fb01560a42067c8cc506aa249 | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Wed Oct 01 12:21:57 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 01 13:34:56 2014 -0700 |
tree | cebb4dccd3c289fbdc538030e640dcf89c5278b9 | |
parent | 9d1b9aa9e10da398f430bc619b361d83bee6df7d [diff] |
daemon: remove write-only variable maxfd It became unused when 6573faff (NO_IPV6 support for git daemon) replaced select() with poll(). Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>