Merge pull request #1008 from pkasting:main

PiperOrigin-RevId: 447466466
This commit is contained in:
Victor Costan 2022-05-09 16:20:11 +00:00
commit d019e3605f

View File

@ -144,8 +144,6 @@ struct LEVELDB_EXPORT Options {
// Options that control read operations // Options that control read operations
struct LEVELDB_EXPORT ReadOptions { struct LEVELDB_EXPORT ReadOptions {
ReadOptions() = default;
// If true, all data read from underlying storage will be // If true, all data read from underlying storage will be
// verified against corresponding checksums. // verified against corresponding checksums.
bool verify_checksums = false; bool verify_checksums = false;