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