Skip to content

Commit 11f772f

Browse files
committed
Remove an orphan declaration of os_get_os_version()
1 parent 0871a00 commit 11f772f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

storage/innobase/include/os0file.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ typedef ib_uint64_t os_offset_t;
5757

5858
#ifdef _WIN32
5959

60-
/**
61-
Gets the operating system version. Currently works only on Windows.
62-
@return OS_WIN95, OS_WIN31, OS_WINNT, OS_WIN2000, OS_WINXP, OS_WINVISTA,
63-
OS_WIN7. */
64-
65-
ulint
66-
os_get_os_version();
67-
6860
typedef HANDLEos_file_dir_t;/*!< directory stream */
6961

7062
/** We define always WIN_ASYNC_IO, and check at run-time whether

0 commit comments

Comments
 (0)