Commit 11f772fa authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an orphan declaration of os_get_os_version()

parent 0871a00a
...@@ -57,14 +57,6 @@ typedef ib_uint64_t os_offset_t; ...@@ -57,14 +57,6 @@ typedef ib_uint64_t os_offset_t;
#ifdef _WIN32 #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 */ typedef HANDLE os_file_dir_t; /*!< directory stream */
/** We define always WIN_ASYNC_IO, and check at run-time whether /** We define always WIN_ASYNC_IO, and check at run-time whether
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment