Commit 7f767303 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an unused variable.

parent ec4cf111
......@@ -2009,10 +2009,6 @@ os_file_create_func(
attributes |= FILE_FLAG_NO_BUFFERING;
#else
if (purpose == OS_FILE_AIO) {
bool encrypt_later; /*!< should the page be encrypted
before write */
#ifdef WIN_ASYNC_IO
/* If specified, use asynchronous (overlapped) io and no
buffering of writes in the OS */
......
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