summaryrefslogtreecommitdiff
path: root/oidmap.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-07-29 15:41:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-07-29 16:48:17 (GMT)
commit2f0623aaa7bef3ec8f82014842f084dde3976569 (patch)
treeca32447c8745cc0961ce4878b90f3da24950df06 /oidmap.c
parent7934c74463909e8d84c55d2de7ff3917dd71c6cb (diff)
downloadgit-2f0623aaa7bef3ec8f82014842f084dde3976569.zip
git-2f0623aaa7bef3ec8f82014842f084dde3976569.tar.gz
git-2f0623aaa7bef3ec8f82014842f084dde3976569.tar.bz2
mingw: remove unneeded `NO_CURL` directive
In df5218b4c30 (config.mak.uname: support MSys2, 2016-01-13), we introduced support for building Git for Windows in the then-brand new Git for Windows v2.x build environment that was based off of MSYS2. To do that, we split the non-msysGit part (that targeted MSys1) in two, and instead of sharing the `NO_CURL = YesPlease` setting with MSys1, we overrode it for MSYS2 with the empty value because we very much want to build Git for Windows with libcurl. But that was unnecessary: we never set that variable beforehand, therefore there is no need to override it. Let's just remove that unnecessary line. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'oidmap.c')
0 files changed, 0 insertions, 0 deletions