Remove an orphan declaration of os_get_os_version()

This commit is contained in:
Marko Mäkelä 2017-04-21 05:53:15 +03:00
commit 11f772fad6

View file

@ -57,14 +57,6 @@ typedef ib_uint64_t os_offset_t;
#ifdef _WIN32
/**
Gets the operating system version. Currently works only on Windows.
@return OS_WIN95, OS_WIN31, OS_WINNT, OS_WIN2000, OS_WINXP, OS_WINVISTA,
OS_WIN7. */
ulint
os_get_os_version();
typedef HANDLE os_file_dir_t; /*!< directory stream */
/** We define always WIN_ASYNC_IO, and check at run-time whether