summaryrefslogtreecommitdiff
path: root/include/leveldb/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/leveldb/options.h')
-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;