Skip to content

Commit 7f76730

Browse files
committed
Remove an unused variable.
1 parent ec4cf11 commit 7f76730

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

storage/xtradb/os/os0file.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,10 +2009,6 @@ os_file_create_func(
20092009
attributes |= FILE_FLAG_NO_BUFFERING;
20102010
#else
20112011
if (purpose == OS_FILE_AIO) {
2012-
2013-
bool encrypt_later; /*!< should the page be encrypted
2014-
before write */
2015-
20162012
#ifdef WIN_ASYNC_IO
20172013
/* If specified, use asynchronous (overlapped) io and no
20182014
buffering of writes in the OS */

0 commit comments

Comments
 (0)