summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2022-05-09 16:20:11 +0000
committerVictor Costan <pwnall@chromium.org>2022-05-09 16:20:11 +0000
commitd019e3605f222ebc5a3a2484a2cb29db537551dd (patch)
tree35720fc09614a6cc69c2db7294f76390ea19bf44
parent4fb146810cd265ffefa7f9905c016ae965ad36c8 (diff)
parent8b5b1ca96c3b03fac7b1755e4ea73145d6213c30 (diff)
downloadleveldb-d019e3605f222ebc5a3a2484a2cb29db537551dd.tar.gz
Merge pull request #1008 from pkasting:main
PiperOrigin-RevId: 447466466
-rw-r--r--include/leveldb/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/leveldb/options.h b/include/leveldb/options.h
index 0f285bc..97c6b0b 100644
--- a/include/leveldb/options.h
+++ b/include/leveldb/options.h
@@ -144,8 +144,6 @@ struct LEVELDB_EXPORT Options {
// Options that control read operations
struct LEVELDB_EXPORT ReadOptions {
- ReadOptions() = default;
-
// If true, all data read from underlying storage will be
// verified against corresponding checksums.
bool verify_checksums = false;