Commit 03a80e20 authored by Marko Mäkelä's avatar Marko Mäkelä

pfs_os_file_read_no_error_handling_int_fd_func(): Remove a variable

parent 3d7915f0
......@@ -372,9 +372,9 @@ pfs_os_file_read_no_error_handling_int_fd_func(
locker, n,
__FILE__, __LINE__);
}
ulint fulfilled;
bool success = DB_SUCCESS == os_file_read_no_error_handling_func(
type, OS_FILE_FROM_FD(file), buf, offset, n, &fulfilled);
type, OS_FILE_FROM_FD(file), buf, offset, n, NULL);
if (locker != NULL) {
PSI_FILE_CALL(end_file_wait)(locker, n);
......
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