Remove unused/undefined ImmutableCFOptions() (#6086)
Summary: default constructor not used or even defined Pull Request resolved: https://github.com/facebook/rocksdb/pull/6086 Differential Revision: D18695669 Pulled By: pdillinger fbshipit-source-id: 6b6ac46029f4fb6edf1c11ee6ce1d9f172b2eaf2
This commit is contained in:
parent
382b154be6
commit
4f17d33db4
@ -20,7 +20,6 @@ namespace rocksdb {
|
|||||||
// of DB. Raw pointers defined in this struct do not have ownership to the data
|
// 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.
|
// they point to. Options contains std::shared_ptr to these data.
|
||||||
struct ImmutableCFOptions {
|
struct ImmutableCFOptions {
|
||||||
ImmutableCFOptions();
|
|
||||||
explicit ImmutableCFOptions(const Options& options);
|
explicit ImmutableCFOptions(const Options& options);
|
||||||
|
|
||||||
ImmutableCFOptions(const ImmutableDBOptions& db_options,
|
ImmutableCFOptions(const ImmutableDBOptions& db_options,
|
||||||
|
Loading…
Reference in New Issue
Block a user