Default sector size.

This commit is contained in:
Nuno Cruces
2023-02-23 03:22:39 +00:00
parent d52e0371eb
commit 5b2451c3ad
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@@ -71,7 +71,6 @@ static int go_open_c(sqlite3_vfs *vfs, sqlite3_filename zName,
.xUnlock = go_unlock,
.xCheckReservedLock = go_check_reserved_lock,
.xFileControl = no_file_control,
.xSectorSize = no_sector_size,
.xDeviceCharacteristics = no_device_characteristics,
};
int rc = go_open(vfs, zName, file, flags, pOutFlags);