From: Tanushree Tumane Date: Wed, 27 Feb 2019 08:43:13 +0000 (-0800) Subject: mingw: remove obsolete IPv6-related code X-Git-Tag: v2.22.0-rc1~14^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b9f0193b252b289a0188886aa6cf396510ccebc8?hp=b9f0193b252b289a0188886aa6cf396510ccebc8 mingw: remove obsolete IPv6-related code To support IPv6, Git provided fall back functions for Windows versions that did not support IPv6. However, as Git dropped support for Windows XP and prior, those functions are not needed anymore. Remove those fallbacks by reverting fe3b2b7b827c (Enable support for IPv6 on MinGW, 2009-11-24) and using the functions directly (without 'ipv6_' prefix). Signed-off-by: Tanushree Tumane Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---