Skip to content

Commit 03a80e2

Browse files
committed
pfs_os_file_read_no_error_handling_int_fd_func(): Remove a variable
1 parent 3d7915f commit 03a80e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/innobase/include/os0file.ic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ pfs_os_file_read_no_error_handling_int_fd_func(
372372
locker, n,
373373
__FILE__, __LINE__);
374374
}
375-
ulint fulfilled;
375+
376376
bool success = DB_SUCCESS == os_file_read_no_error_handling_func(
377-
type, OS_FILE_FROM_FD(file), buf, offset, n, &fulfilled);
377+
type, OS_FILE_FROM_FD(file), buf, offset, n, NULL);
378378

379379
if (locker != NULL) {
380380
PSI_FILE_CALL(end_file_wait)(locker, n);

0 commit comments

Comments
 (0)