mingw: remove unnecessary definition
commitebf31e70bbea010c9bb505578ae29532445b5a4d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 11 May 2016 08:43:41 +0000 (11 10:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 May 2016 20:55:05 +0000 (11 13:55 -0700)
treea6c1b2272233adf916507afba154a4bd03694c7c
parentf30afdabbfb9feeec402d351935879caf8b298ad
mingw: remove unnecessary definition

For some reason, the definition of the MINGW version of
`mark_as_git_dir()` slipped into this developer's patch series to
support building Git for Windows.

As the `mark_as_git_dir()` function is not needed at all anymore (it was
used originally to support the core.hideDotFiles = gitDirOnly setting,
but we now use a different method to support that case), let's just
remove it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.h