diff --git a/options/cf_options.h b/options/cf_options.h index c119c9b6b963b534131178e293316b8f4aa29af0..3a6be63816765fd279c9ac01ed5c1b2cd9651c5b 100644 --- a/options/cf_options.h +++ b/options/cf_options.h @@ -20,7 +20,6 @@ namespace rocksdb { // of DB. Raw pointers defined in this struct do not have ownership to the data // they point to. Options contains std::shared_ptr to these data. struct ImmutableCFOptions { - ImmutableCFOptions(); explicit ImmutableCFOptions(const Options& options); ImmutableCFOptions(const ImmutableDBOptions& db_options,