From 04755bdb00b643b1d75187e92fcb9a091add3df1 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Mon, 25 Nov 2019 11:49:04 -0800 Subject: [PATCH] Remove unused/undefined ImmutableCFOptions() Summary: default constructor not used or even defined --- options/cf_options.h | 1 - 1 file changed, 1 deletion(-) diff --git a/options/cf_options.h b/options/cf_options.h index c119c9b6b96..3a6be638167 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,