Remove unused function getWin32Handle

pull/230/merge
Nils Maier 2014-04-22 19:07:45 +02:00
parent f60e55cece
commit a0f275a9f1
1 changed files with 0 additions and 9 deletions

View File

@ -229,15 +229,6 @@ int openFileWithFlags(const std::string& filename, int flags,
#endif // !__MINGW32__
} // namespace
#ifdef __MINGW32__
namespace {
HANDLE getWin32Handle(int fd)
{
return reinterpret_cast<HANDLE>(_get_osfhandle(fd));
}
} // namespace
#endif // __MINGW32__
void AbstractDiskWriter::openExistingFile(int64_t totalLength)
{
int flags = O_BINARY;